Skip to content

Commit 8949657

Browse files
ColCarrolltwiecki
authored andcommitted
Update to parameterized for travis and local testing
1 parent 4bdcb69 commit 8949657

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_install:
99

1010
install:
1111
- . ./scripts/create_testenv.sh
12-
- pip install coveralls pylint nose_parameterized
12+
- pip install coveralls pylint
1313

1414
env:
1515
- 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"

scripts/create_testenv.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@ if [ ${PYTHON_VERSION} == "2.7" ]; then
4242
fi
4343

4444
pip install --upgrade pip
45-
pip install tqdm
4645
pip install --no-deps numdifftools
4746
pip install git+https://github.com/Theano/Theano.git
48-
pip install h5py
47+
pip install tqdm h5py parameterized
4948

5049
if [ -z ${NO_SETUP} ]
5150
then

0 commit comments

Comments
 (0)