Skip to content

Commit

Permalink
Again, another update just to get travis working.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragav Venkatesan committed Nov 14, 2016
1 parent 38ee0e9 commit a47786e
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 @@ -17,9 +17,9 @@ install:
- conda update -q conda
- conda info -a
- pip install .
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib theano pandas pytest h5py
- pip install -r requirements.txt
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib theano
- source activate test-environment
- pip install -r requirements.txt
- python setup.py install

# command to run tests
Expand Down

0 comments on commit a47786e

Please sign in to comment.