Skip to content

Commit

Permalink
add nose to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
KEggensperger committed Feb 11, 2015
1 parent 6ef84d7 commit 6882954
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 @@ -21,7 +21,7 @@ install:
- conda info -a

# Replace dep1 dep2 ... with your dependencies
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy==0.13.2 matplotlib setuptools
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy==0.13.2 matplotlib setuptools nose
- source activate test-environment
- python setup.py install

Expand Down

0 comments on commit 6882954

Please sign in to comment.