Skip to content

Commit

Permalink
Use sympy 1.1 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
christophmark committed Jul 31, 2018
1 parent 6c2b6ed commit 1d6286a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ before_install:
- pip install coveralls
install:
- pip install --upgrade pip setuptools wheel
- pip install --only-binary=numpy,scipy numpy scipy==0.19.1
- pip install --only-binary=numpy,scipy,sympy numpy scipy==0.19.1 sympy==1.1
- python setup.py develop
before_script:
- "export DISPLAY=:99.0"
Expand Down

0 comments on commit 1d6286a

Please sign in to comment.