Skip to content

Commit

Permalink
Attempting to fix a Travis build error CalebBell#3
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Jan 26, 2017
1 parent 7d18410 commit 8abc732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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 pytest
- conda create -q -n test-environment python=$CC numpy scipy pandas matplotlib pip pytest sympy
- source activate test-environment
- conda install $SCIPY_VER
- pip install numpydoc fluids coolprop pytest-cov coveralls
Expand Down

0 comments on commit 8abc732

Please # to comment.