Skip to content

Commit

Permalink
Merge branch 'master' into libsbml_dep
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Nov 9, 2018
2 parents 584b1b8 + 4c56f33 commit 6a5b388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ before_install:
numpy scipy matplotlib sympy nose h5py pexpect pandas theano networkx
pydot coveralls mock cython
- if [[ $PYVER == 2.7 ]]; then pip install weave; fi
- conda install --yes -c SBMLTeam python-libsbml
- if [[ $PYVER == 3.7 ]]; then pip install python-libsbml; else conda install --yes -c SBMLTeam python-libsbml; fi
- pip install libroadrunner
- mkdir -p ~/.config/matplotlib
- echo "backend:Agg" > ~/.config/matplotlib/matplotlibrc
Expand Down

0 comments on commit 6a5b388

Please sign in to comment.