File tree Expand file tree Collapse file tree 1 file changed +24
-4
lines changed
Expand file tree Collapse file tree 1 file changed +24
-4
lines changed Original file line number Diff line number Diff line change 1- install :
2- - python -m pip install tox
3-
41build : off
52
3+ environment :
4+ PYTHONUNBUFFERED : 1
5+ MINICONDA : C:\\Miniconda3-x64
6+ matrix :
7+ # Disable Python 3.5 testing on AppVeyor for now until we fix issue with mock module install for python < 3.6
8+ # - PYTHON: "C:\\Python35"
9+ # TOX_ENV: "py35"
10+
11+ - PYTHON : " C:\\ Python36"
12+ TOX_ENV : " py36"
13+
14+ - PYTHON : " C:\\ Python37"
15+ TOX_ENV : " py37"
16+
17+ init :
18+ - " %PYTHON%/python -V"
19+ - mkdir C:\Users\appveyor\.conda
20+ - call %MINICONDA%\Scripts\activate.bat
21+
22+ install :
23+ - " %PYTHON%/Scripts/pip install -U --user pip"
24+ - " %PYTHON%/Scripts/pip install -U --user setuptools tox wheel"
25+
626test_script :
7- - python -m tox -e py35,py36,py37
27+ - " %PYTHON%/ python -m tox -e %TOX_ENV% "
You can’t perform that action at this time.
0 commit comments