File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ environment:
15
15
# Workaround for https://github.com/conda/conda-build/issues/636
16
16
PYTHONIOENCODING : " UTF-8"
17
17
PYTEST_ARGS : -ra --timeout=300 --durations=25 -n %NUMBER_OF_PROCESSORS% --cov-report= --cov=lib -m "not network"
18
- USE_PYTEST : no
19
18
PYTHONHASHSEED : 0 # Workaround for pytest-xdist flaky collection order
20
19
# https://github.com/pytest-dev/pytest/issues/920
21
20
# https://github.com/pytest-dev/pytest/issues/1075
@@ -31,7 +30,6 @@ environment:
31
30
PYTHON_VERSION : " 2.7"
32
31
TEST_ALL : " no"
33
32
CONDA_INSTALL_LOCN : " C:\\ Miniconda-x64"
34
- USE_PYTEST : " yes"
35
33
- TARGET_ARCH : " x64"
36
34
CONDA_PY : " 35"
37
35
CONDA_NPY : " 110"
62
60
- ' %USERPROFILE%\.cache\matplotlib'
63
61
64
62
init :
65
- - cmd : " ECHO %PYTHON_VERSION% PYTEST=%USE_PYTEST% %CONDA_INSTALL_LOCN%"
63
+ - cmd : " ECHO %PYTHON_VERSION% %CONDA_INSTALL_LOCN%"
66
64
67
65
install :
68
66
- cmd : set PATH=%CONDA_INSTALL_LOCN%;%CONDA_INSTALL_LOCN%\scripts;%PATH%;
@@ -134,8 +132,7 @@ test_script:
134
132
- python -c "import matplotlib as m; m.use('tkagg'); import matplotlib.pyplot as plt; print(plt.get_backend())"
135
133
# tests
136
134
- echo The following args are passed to pytest %PYTEST_ARGS%
137
- - if x%USE_PYTEST% == xyes py.test %PYTEST_ARGS%
138
- - if x%USE_PYTEST% == xno python tests.py %PYTEST_ARGS%
135
+ - python tests.py %PYTEST_ARGS%
139
136
# Generate a html for visual tests
140
137
- python visual_tests.py
141
138
- pip install codecov
You can’t perform that action at this time.
0 commit comments