Skip to content

Commit

Permalink
move skdata out of condo install, its a pipit installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragav Venkatesan committed Nov 14, 2016
1 parent a050d65 commit b71af7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ install:
- conda info -a
- pip install .
- pip install -r requirements.txt
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib theano skdata pandas pytest h5py
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib theano pandas pytest h5py
- pip install skdata
- source activate test-environment
- python setup.py install

Expand Down

0 comments on commit b71af7b

Please sign in to comment.