We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db80d07 + cb11014 commit 5ac1272Copy full SHA for 5ac1272
1 file changed
.travis.yml
@@ -1,3 +1,4 @@
1
+dist: xenial
2
language: python
3
cache: pip
4
sudo: false
@@ -16,10 +17,10 @@ matrix:
16
17
env: TOXENV=py36
18
- python: 3.7
19
env: TOXENV=py37
- dist: xenial
20
- sudo: true
21
- - python: pypy
+ - python: pypy2.7-6.0
22
env: TOXENV=pypy
+ - python: pypy3.5-6.0
23
+ env: TOXENV=pypy3
24
- python: 3.5
25
env: TOXENV=flake8
26
0 commit comments