Skip to content

Commit

Permalink
Attempting to fix a Travis build error CalebBell#2
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Jan 26, 2017
1 parent 4c1d66e commit 7d18410
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 @@ -21,10 +21,10 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- conda create -q -n test-environment python=$CC numpy scipy pandas matplotlib pip
- conda create -q -n test-environment python=$CC numpy scipy pandas matplotlib pip pytest
- source activate test-environment
- conda install $SCIPY_VER
- pip install numpydoc fluids coolprop
- pip install numpydoc fluids coolprop pytest-cov coveralls
- python setup.py -q install
script:
- cd tests
Expand Down

0 comments on commit 7d18410

Please # to comment.