Skip to content

Commit

Permalink
Merge 3ebca2f into 1cf404c
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jan 6, 2020
2 parents 1cf404c + 3ebca2f commit 472a004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ before_install:
install:
- python setup.py develop
- pip install -r requirements-test.txt
- pip install pylint python-coveralls 'coverage>=4.4'
- pip install pylint python-coveralls 'coverage>=4.4,<5.0'
script:
- py.test tests/ --cov spalloc --cov tests --durations=10 --timeout=120
# Code quality check
Expand Down
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

# Test suite requirements
-r requirements.txt
coverage >= 4.4, < 5.0
pytest-cov
# pytest will be brought in by pytest-cov
pytest-timeout
Expand Down

0 comments on commit 472a004

Please sign in to comment.