Skip to content

Commit

Permalink
travis covarage final try
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebarachant committed May 18, 2015
1 parent f83ccda commit c6b0698
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ install:
# Create a new virtualenv using system site packages for numpy and scipy
- virtualenv --system-site-packages testvenv
- source testvenv/bin/activate
- pip install nose scikit-learn
- pip install setuptools --upgrade
- pip install distribute coverage coveralls
- pip install nose scikit-learn
- python setup.py build install
# command to run tests
script: nosetests --with-coverage --cover-package=pyriemann
after_success:
- pip install setuptools --upgrade
- pip install distribute coverage coveralls
- coveralls

0 comments on commit c6b0698

Please sign in to comment.