File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ before_install:
9
9
10
10
install :
11
11
- . ./scripts/create_testenv.sh
12
- - pip install coveralls pylint nose_parameterized
12
+ - pip install coveralls pylint
13
13
14
14
env :
15
15
- PYTHON_VERSION=2.7 TESTCMD="--durations=10 --ignore=pymc3/tests/test_examples.py --cov-append --ignore=pymc3/tests/test_distributions_random.py --ignore=pymc3/tests/test_variational_inference.py --ignore=pymc3/tests/test_shared.py"
Original file line number Diff line number Diff line change @@ -42,10 +42,9 @@ if [ ${PYTHON_VERSION} == "2.7" ]; then
42
42
fi
43
43
44
44
pip install --upgrade pip
45
- pip install tqdm
46
45
pip install --no-deps numdifftools
47
46
pip install git+https://github.com/Theano/Theano.git
48
- pip install h5py
47
+ pip install tqdm h5py parameterized
49
48
50
49
if [ -z ${NO_SETUP} ]
51
50
then
You can’t perform that action at this time.
0 commit comments