We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73694ef commit da5401fCopy full SHA for da5401f
scripts/create_testenv.sh
@@ -34,17 +34,9 @@ then
34
fi
35
36
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
-
44
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
+pip install -e .
+pip install pytest pytest-cov nose-parameterized==0.6.0 pylint
48
49
if [ -z ${NO_SETUP} ]; then
50
python setup.py build_ext --inplace
0 commit comments