8000
We read every piece of feedback, and take your input very seriously.
To see all a 8000 vailable qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78fb6cf commit c6c2dfdCopy full SHA for c6c2dfd
.travis.yml
@@ -9,20 +9,18 @@ before_install:
9
matrix:
10
include:
11
- python: 2.7
12
- env:
13
- - TOX_ENV=py27
+ env: TOX_ENV=py27
14
- python: 3.4
15
16
- - TOX_ENV=py34
+ env: TOX_ENV=py34
17
- python: 3.5
18
19
- - TOX_ENV=py35
+ env: TOX_ENV=py35
20
- python: 3.6
21
22
- - TOX_ENV=py36
+ env: TOX_ENV=py36
+ - python: 3.7
+ dist: xenial # required for Python >= 3.7
+ env: TOX_ENV=py37
23
- python: pypy
24
25
- - TOX_ENV=pypy
+ env: TOX_ENV=pypy
26
install:
27
- pip install tox
28
script:
0 commit comments