File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ before_install:
15
15
install :
16
16
- conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION
17
17
- source activate testenv
18
- - conda install --yes $DEPS
18
+ - conda install --yes ipython pyzmq numpy scipy nose matplotlib pandas Cython patsy statsmodels
19
+
19
20
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then conda install --yes mock; fi
20
21
- pip install --no-deps numdifftools
21
22
- pip install git+https://github.com/Theano/Theano.git
28
29
- TESTCMD="nosetests -vv --with-timer pymc3.tests.test_examples:test_examples0"
29
30
- TESTCMD="nosetests -vv --with-timer pymc3.tests.test_examples:test_examples1"
30
31
- TESTCMD="nosetests -vv --with-timer pymc3.tests.test_examples:test_examples2"
31
- - DEPS="ipython pyzmq numpy scipy nose matplotlib pandas Cython patsy statsmodels"
32
-
33
32
script :
34
33
- nosetests
You can’t perform that action at this time.
0 commit comments