Added matplotlib to requirements.txt

master
pbrod 9 years ago
parent c115788372
commit ca48f7147c

@ -35,7 +35,7 @@ before_install:
- sudo apt-get install gfortran - sudo apt-get install gfortran
# Install packages # Install packages
install: install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy pytest numdifftools - conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy pytest numdifftools matplotlib
- pip install coveralls - pip install coveralls
# - python setup.py build # - python setup.py build
- python setup.py install - python setup.py install

@ -3,4 +3,5 @@ six
numpy>=1.4 numpy>=1.4
numdifftools>=0.2 numdifftools>=0.2
scipy>=0.9 scipy>=0.9
matplotlib

Loading…
Cancel
Save