Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Jan 19, 2015
1 parent 7c48fd6 commit aff9017
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ before_install:
- export PATH=/home/travis/miniconda/bin:$PATH

install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy scipy pandas matplotlib pytables pytest
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy scipy pandas matplotlib pytables pytest pyqt seaborn
- pip install lmfit
- pip install seaborn
- python setup.py build
- python setup.py install
- rm -rf build
Expand Down

0 comments on commit aff9017

Please sign in to comment.