File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,17 @@ environment:
8
8
PYTHON_HOME : " C:\\ Python37-x64"
9
9
TOX_PY : py37
10
10
11
+ - JOB : " 3.8 64-bit"
12
+ PYTHON_HOME : " C:\\ Python38-x64"
13
+ TOX_PY : py38
14
+
11
15
install :
12
16
# Prepend Python to the PATH of this build
13
17
- " SET PATH=%PYTHON_HOME%;%PYTHON_HOME%\\ Scripts;%PATH%"
14
18
15
19
# check that we have the expected version and architecture for Python
16
20
- " python --version"
17
- - " python -c \ " import struct; print(struct.calcsize('P' ) * 8)\" "
21
+ - ' python -c "import struct; print(struct.calcsize('' P '' ) * 8)" '
18
22
19
23
# upgrade pip and setuptools to avoid out-of-date warnings
20
24
- " python -m pip install --disable-pip-version-check --user --upgrade pip setuptools virtualenv"
@@ -36,4 +40,4 @@ branches:
36
40
- /^v\d+\.\d+.*$/
37
41
38
42
test_script :
39
- - " tox -e %TOX_PY%"
43
+ - " tox -e %TOX_PY%"
You can’t perform that action at this time.
0 commit comments