We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24df99e commit 73d32afCopy full SHA for 73d32af
.travis.yml
@@ -15,7 +15,8 @@ before_install:
15
install:
16
- conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION
17
- source activate testenv
18
- - conda install --yes ipython==1.1.0 pyzmq numpy scipy nose matplotlib pandas numdifftools Cython scikits.sparse patsy statsmodels
+ - conda install --yes ipython==1.1.0 pyzmq numpy scipy nose matplotlib pandas Cython scikits.sparse patsy statsmodels
19
+ - pip install --no-deps numdifftools
20
- pip install git+https://github.com/Theano/Theano.git
21
- python setup.py build_ext --inplace
22
- pip install git+https://github.com/mahmoudimus/nose-timer.git
0 commit comments