Added pip install funcsigs

master
pbrod 8 years ago
parent 71b1ca0a17
commit d80bc90e19

@ -36,6 +36,7 @@ before_install:
# Install packages
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy nose pytest matplotlib pytest-pep8 pytest-cov mpmath pillow numba
- pip install funcsigs
- pip install numdifftools
- pip install coveralls
- pip install codecov

@ -5,4 +5,4 @@ numdifftools>=0.2
scipy>=0.9
matplotlib
mpmath
numba

Loading…
Cancel
Save