Skip to content

Commit

Permalink
Fix travis (#301)
Browse files Browse the repository at this point in the history
* Disable ipyparallel for Mac OS on Travis

* Increase required version of pytest
  • Loading branch information
vuolleko authored and hpesonen committed Dec 11, 2018
1 parent 29dc788 commit 04c0c9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ install:
- pip install -e .

script:
- ipcluster start -n 2 --daemon
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ipcluster start -n 2 --daemon ; fi
#- travis_wait 20 make test
- make test
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Testing
pytest>=3.0.3
pytest>=3.6
tox>=2.4.1
coverage>=4.2
pytest-cov>=2.4.0
Expand Down

0 comments on commit 04c0c9e

Please sign in to comment.