Skip to content

Commit 77336d2

Browse files
committed
move deps back where they belong
1 parent d9bed98 commit 77336d2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ before_install:
1515
install:
1616
- conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION
1717
- source activate testenv
18-
- conda install --yes $DEPS
18+
- conda install --yes ipython pyzmq numpy scipy nose matplotlib pandas Cython patsy statsmodels
19+
1920
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then conda install --yes mock; fi
2021
- pip install --no-deps numdifftools
2122
- pip install git+https://github.com/Theano/Theano.git
@@ -28,7 +29,5 @@ env:
2829
- TESTCMD="nosetests -vv --with-timer pymc3.tests.test_examples:test_examples0"
2930
- TESTCMD="nosetests -vv --with-timer pymc3.tests.test_examples:test_examples1"
3031
- TESTCMD="nosetests -vv --with-timer pymc3.tests.test_examples:test_examples2"
31-
- DEPS="ipython pyzmq numpy scipy nose matplotlib pandas Cython patsy statsmodels"
32-
3332
script:
3433
- nosetests

0 commit comments

Comments
 (0)