Skip to content

Commit 0cd9983

Browse files
committed
Add nose parameterized for theano tests
1 parent 3388015 commit 0cd9983

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ pytest-cov>=2.5.1
77
mock>=2.0.0; python_version < '3.4'
88
pyflakes>=1.5.0
99
pycodestyle>=2.3.1
10+
nose-parameterized==0.6.0

scripts/create_testenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fi
4444
pip install --upgrade pip
4545
pip install --no-deps numdifftools
4646
pip install git+https://github.com/Theano/Theano.git
47-
pip install tqdm h5py
47+
pip install tqdm h5py nose-parameterized==0.6.0
4848

4949
if [ -z ${NO_SETUP} ]; then
5050
python setup.py build_ext --inplace

0 commit comments

Comments
 (0)