Skip to content
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 31
31
# This environment tests the oldest supported anaconda env
32
32
- DISTRIB="conda" PYTHON_VERSION="2.7" INSTALL_MKL="false"
33
33
NUMPY_VERSION="1.6.2" SCIPY_VERSION="0.11.0" CYTHON_VERSION="0.23"
34
+ COVERAGE=true
34
35
# This environment tests the newest supported anaconda env
35
36
# It also runs tests requiring Pandas.
36
37
- DISTRIB="conda" PYTHON_VERSION="3.6" INSTALL_MKL="true"
37
38
NUMPY_VERSION="1.11.2" SCIPY_VERSION="0.18.1" PANDAS_VERSION="0.19.1"
38
- CYTHON_VERSION="0.25.2"
39
+ CYTHON_VERSION="0.25.2" COVERAGE=true
39
40
# This environment use pytest to run the tests. It uses the newest
40
41
# supported anaconda env. It also runs tests requiring Pandas.
41
42
- USE_PYTEST="true" DISTRIB="conda" PYTHON_VERSION="3.6" INSTALL_MKL="true"
You can’t perform that action at this time.
0 commit comments