File tree Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Expand file tree Collapse file tree 1 file changed +7
-16
lines changed Original file line number Diff line number Diff line change 1
- build : false
2
-
3
1
environment :
4
2
matrix :
5
- - PYTHON_VERSION : 2.7
6
- MINICONDA : C:\Miniconda-x64
3
+ - PYTHON : " C: \\ Python27 "
4
+ - PYTHON : " C:\\ Python36 "
7
5
8
- init :
9
- - " ECHO %PYTHON_VERSION% %MINICONDA% "
6
+ build_script :
7
+ - ' %PYTHON%\python.exe -m pip install . '
10
8
11
- install :
12
- - " set PATH=%MINICONDA%;%MINICONDA%\\ Scripts;%PATH%"
13
- - conda config --set always_yes yes --set changeps1 no
14
- - conda update -q conda
15
- - conda info -a
16
- - " conda create -q -n test-environment python=%PYTHON_VERSION% numpy scipy networkx requests pandas pyqt -c conda-forge -c bioconda"
17
- - activate test-environment
18
- - python setup.py install
9
+ before_test :
10
+ - ' %PYTHON%\python.exe -m pip install coverage green'
19
11
20
12
test_script :
21
- - beams --help
22
- - python setup.py test
13
+ - ' %PYTHON%\python.exe -m green -vvv --run-coverage'
You can’t perform that action at this time.
0 commit comments