Skip to content

Commit

Permalink
Travis update environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragav Venkatesan committed Nov 13, 2016
1 parent d3340e5 commit a9722c1
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 @@ -17,7 +17,7 @@ install:
- conda info -a
- pip install .
- pip install -r requirements.txt
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION theano skdata numpy scipy matplotlib pandas pytest h5py
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib theano skdata pandas pytest h5py
- source activate test-environment
- python setup.py install

Expand Down

0 comments on commit a9722c1

Please sign in to comment.