Skip to content

Commit

Permalink
setup for travis. Trouble with skdata isntallation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragav Venkatesan committed Nov 14, 2016
1 parent b71af7b commit 38ee0e9
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
@@ -1,3 +1,4 @@
sudo: required
language: python
python:
- "2.6"
Expand All @@ -16,9 +17,8 @@ install:
- conda update -q conda
- conda info -a
- pip install .
- pip install -r requirements.txt
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib theano pandas pytest h5py
- pip install skdata
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib theano pandas pytest h5py
- pip install -r requirements.txt
- source activate test-environment
- python setup.py install

Expand Down

0 comments on commit 38ee0e9

Please sign in to comment.