Skip to content

Commit

Permalink
Install pytest plugins on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein committed May 29, 2017
1 parent 07bc7d0 commit bf73c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ cache: pip
# command to install dependencies
install:
- pip install -U setuptools
- pip install pytest
- pip install cython
- pip install coverage pytest pytest-cov
- pip install Cython --install-option="--no-cython-compile"
- pip install -e .[plot,glyspace]
# - pip install -r requirements.txt
# command to run tests
Expand Down

0 comments on commit bf73c82

Please sign in to comment.