File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
- - PYTHON_VERSION : " 3.5"
4
- MINICONDA : " C:\\ Miniconda35"
5
- - PYTHON_VERSION : " 3.6"
6
- MINICONDA : " C:\\ Miniconda36"
3
+ - PYTHON : " C:\\ Python35"
4
+ - PYTHON : " C:\\ Python36"
7
5
install :
8
- - " set PATH=%MINICONDA%;%MINICONDA%\\ Scripts;%PATH%"
9
- - " conda config --set always_yes yes --set changeps1 no"
10
- - " conda update -q conda"
11
- - " conda create -q -n test-environment python=%PYTHON_VERSION% scipy>=0.19.0 numpy>=1.9.2"
12
- - " activate test-environment"
13
- - " python -m pip install -r requirements.txt"
6
+ - " %PYTHON%\\ python.exe --version"
7
+ - " %PYTHON%\\ python.exe -m pip install -r requirements.txt"
14
8
build : off
15
9
test_script :
16
- - " python -m unittest discover"
17
- - " python doctests.py"
18
- - " python setup.py install"
10
+ - " %PYTHON% \\ python.exe -m unittest discover"
11
+ - " %PYTHON% \\ python.exe doctests.py"
12
+ - " %PYTHON% \\ python.exe setup.py install"
You can’t perform that action at this time.
0 commit comments