Skip to content

Commit

Permalink
update travis config to avoid test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
knipknap committed Mar 22, 2017
1 parent e3a43cb commit 3fd3a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,6 +10,6 @@ install:
- "pip install -r requirements.txt"
- "pip install coveralls"
# command to run tests
script: cd tests/Exscript/; coverage run --source=Exscript ./run_suite.py 1
script: cd tests/Exscript/; travis_wait coverage run --source=Exscript ./run_suite.py
after_success:
coveralls

0 comments on commit 3fd3a98

Please sign in to comment.