Skip to content

Commit

Permalink
Use travis_wait in quality tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Dec 17, 2017
1 parent 26a0f02 commit 61aa95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -44,7 +44,7 @@ matrix:
- sphinx-build -W -b html docs build/sphinx/html
- sphinx-build -W -b linkcheck docs build/sphinx/linkcheck
- cat build/sphinx/linkcheck/output.txt
- py.test --numprocesses 2 --cov diofant diofant/polys
- travis_wait py.test --numprocesses 2 --cov diofant diofant/polys
- stage: test
python: 3.5
env: COVERAGE='on' EXTRA='on' DIOFANT_GROUND_TYPES='gmpy'
Expand Down

0 comments on commit 61aa95d

Please sign in to comment.