Thanks to visit codestin.com Credit goes to github.com
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 d9240e2 commit 3fad061Copy full SHA for 3fad061
1 file changed
.travis.yml
@@ -1,6 +1,6 @@
1
language: python
2
3
-dist: trusty
+dist: xenial
4
sudo: false
5
6
branches:
@@ -69,17 +69,17 @@ env:
69
matrix:
70
include:
71
- python: 3.5
72
+ dist: trusty
73
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124.
74
env:
75
- PINNEDVERS='-c requirements/testing/travis35.txt'
- - python: 3.5
76
- env:
77
- # - PYTHONOPTIMIZE=2 # This currently doesn't work.
78
- python: 3.6
79
80
- DELETE_FONT_CACHE=1
81
- EXTRAREQS='-r requirements/testing/travis36.txt'
82
- RUN_FLAKE8=1
+ - python: 3.7
+ sudo: true
83
- python: "nightly"
84
env: PRE=--pre
85
- os: osx
0 commit comments