Skip to content

Commit da5401f

Browse files
committed
Use setup.py to create test environment
1 parent 73694ef commit da5401f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

scripts/create_testenv.sh

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,9 @@ then
3434
fi
3535
fi
3636

37-
pip install jupyter
38-
conda install --yes matplotlib --channel conda-forge
39-
conda install --yes numpy scipy pytest pytest-cov pandas patsy joblib mkl-service
40-
if [ ${PYTHON_VERSION} == "2.7" ]; then
41-
conda install --yes mock enum34;
42-
fi
43-
4437
pip install --upgrade pip
45-
pip install --no-deps numdifftools
46-
pip install git+https://github.com/Theano/Theano.git
47-
pip install tqdm h5py nose-parameterized==0.6.0
38+
pip install -e .
39+
pip install pytest pytest-cov nose-parameterized==0.6.0 pylint
4840

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

0 commit comments

Comments
 (0)