Skip to content

Commit

Permalink
ci: Travis: --run-integration-tests with single job
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Dec 3, 2019
1 parent 862c17e commit fb3b098
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
python: '3.8'

- stage: tests
env: TOXENV=py37-numpy-pexpect-twisted
env:
TOXENV: py37-numpy-pexpect-twisted
PYTEST_ADDOPTS: $PYTEST_ADDOPTS --run-integration-tests
python: '3.7.4'

- env: TOXENV=py36-xdist PYTEST_REORDER_TESTS=0
Expand Down

0 comments on commit fb3b098

Please sign in to comment.