Skip to content

Commit 2a340c7

Browse files
committed
Enable tests on Python 3.8
Signed-off-by: Francesco De Martino <[email protected]>
1 parent a86300c commit 2a340c7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ python:
88
- "3.5"
99
- "3.6"
1010
- "3.7"
11+
- "3.8"
1112

1213
matrix:
1314
include:

cli/tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
toxworkdir=../.tox
33
envlist =
4-
py{27,34,35,36,37}
4+
py{27,34,35,36,37,38}
55
code-linters
66
cfn-{tests,lint,format-check}
77

@@ -15,7 +15,7 @@ commands =
1515
# Running with discover and not unittest discover for Python 2.6 compatibility
1616
python -m discover -s tests/pcluster -p "*_test.py"
1717
# awsbatch-cli is not currently compatible with Python2.6
18-
py{27,34,35,36,37}: py.test -l -v --basetemp={envtmpdir} --html=report.html --cov={envsitepackagesdir}/awsbatch tests/ --cov={envsitepackagesdir}/pcluster
18+
py{27,34,35,36,37,38}: py.test -l -v --basetemp={envtmpdir} --html=report.html --cov={envsitepackagesdir}/awsbatch tests/ --cov={envsitepackagesdir}/pcluster
1919

2020
# Section used to define common variables used by multiple testenvs.
2121
[vars]

0 commit comments

Comments
 (0)