We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ba2bc commit c6af7e1Copy full SHA for c6af7e1
.travis.yml
@@ -2,14 +2,15 @@ language: python
2
dist: xenial
3
sudo: false
4
5
-
6
install:
7
- pip install tox
8
9
matrix:
10
include:
11
- python: '3.6'
12
env: TOXENV=check36
+ - python: '3.8'
13
+ env: TOXENV=check38
14
- python: '3.4'
15
env: TOXENV=py34
16
- python: '3.5'
@@ -18,6 +19,8 @@ matrix:
18
19
env: TOXENV=py36
20
- python: '3.7'
21
env: TOXENV=py37
22
23
+ env: TOXENV=py38
24
25
script:
26
- tox
tox.ini
@@ -1,7 +1,7 @@
1
[tox]
envlist =
- check{36},
- py{34,35,36,37},
+ check{36,38},
+ py{34,35,36,37,38},
coverage
[testenv]
0 commit comments