File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,25 @@ environment:
4
4
PYTHON_HOME : " C:\\ Python36"
5
5
TOX_PY : py36
6
6
7
+ - JOB : " 3.6 64-bit"
8
+ PYTHON_HOME : " C:\\ Python36-x64"
9
+ TOX_PY : py36
10
+
7
11
- JOB : " 3.7 64-bit"
8
12
PYTHON_HOME : " C:\\ Python37-x64"
9
13
TOX_PY : py37
10
14
15
+ - JOB : " 3.8 64-bit"
16
+ PYTHON_HOME : " C:\\ Python38-x64"
17
+ TOX_PY : py38
18
+
11
19
install :
12
20
# Prepend Python to the PATH of this build
13
21
- " SET PATH=%PYTHON_HOME%;%PYTHON_HOME%\\ Scripts;%PATH%"
14
22
15
23
# check that we have the expected version and architecture for Python
16
24
- " python --version"
17
- - " python -c \ " import struct; print(struct.calcsize('P' ) * 8)\" "
25
+ - ' python -c "import struct; print(struct.calcsize('' P '' ) * 8)" '
18
26
19
27
# upgrade pip and setuptools to avoid out-of-date warnings
20
28
- " python -m pip install --disable-pip-version-check --user --upgrade pip setuptools virtualenv"
You can’t perform that action at this time.
0 commit comments