8000 Replace documentation reference to outdated test environment py27-nonhdfs by lallea · Pull Request #2762 · spotify/luigi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Replace documentation reference to outdated test environment py27-nonhdfs #2762

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Aug 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ You will need a ``tox --version`` of at least 2.0.
# These commands are pretty fast and will tell if you've
# broken something major:
tox -e flake8
tox -e py27-nonhdfs
tox -e py27-core

# You can also test particular files for even faster iterations
tox -e py27-nonhdfs test/rpc_test.py
tox -e py27-core test/rpc_test.py

# The visualiser tests require phantomjs to be installed on your path
tox -e visualiser
Expand All @@ -35,9 +35,9 @@ You will need a ``tox --version`` of at least 2.0.
tox -e py34-hdp

Where ``flake8`` is the lint checking, ``py27`` is obviously Python 2.7.
``nonhdfs`` are tests not running on the Hadoop minicluster and ``cdh`` and
``core`` are tests that do not require external components and ``cdh`` and
``hdp`` are two different hadoop distributions. For most local development it's
usually enough to run the lint checking and a python version for ``nonhdfs``
usually enough to run the lint checking and a python version for ``core``
and let Travis run for the whole matrix.

For `cdh` and `hdp`, tox will download the hadoop distribution for you. You
Expand Down
0