Skip to content

Commit

Permalink
Pin symengine version
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Jul 25, 2016
1 parent ad9ae61 commit 0d61d1c
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 @@ -314,7 +314,7 @@ before_install:
- if [[ "${TEST_SYMENGINE}" == "true" ]]; then
conda config --add channels conda-forge;
conda config --add channels symengine;
conda install python-symengine;
conda install python-symengine=0.1.0.dev0+97c5a21;
fi
- if [[ "${TEST_SAGE}" == "true" ]]; then
sudo apt-add-repository -y ppa:aims/sagemath;
Expand Down

0 comments on commit 0d61d1c

Please sign in to comment.