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