Skip to content

Commit ddbc6c4

Browse files
committed
Add sympy to travis.yml
1 parent 57cea99 commit ddbc6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install:
2323
- conda info -a
2424

2525
# Replace dep1 dep2 ... with your dependencies
26-
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib nose
26+
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib nose sympy
2727
- source activate test-environment
2828
#- conda install --yes -c dan_blanchard python-coveralls nose-cov
2929
- pip install coveralls

0 commit comments

Comments
 (0)