Skip to content

Commit

Permalink
add future to travis installation
Browse files Browse the repository at this point in the history
  • Loading branch information
otizonaizit committed Mar 8, 2016
1 parent f6d6606 commit f1b48dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_install:
- bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
- travis_retry sudo apt-get install python-numpy python-joblib python-sklearn
install:
- pip install --user -v pytest pytest-cov coveralls
- pip install --user -v pytest pytest-cov coveralls future
script:
- py.test --cov-report= --cov=mdp --seed=725021957 mdp
- py.test --cov-report= --cov=bimdp --cov-append --seed=725021957 bimdp
Expand Down

0 comments on commit f1b48dc

Please sign in to comment.