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 f2ea347 commit ab1bdb3Copy full SHA for ab1bdb3
.travis.yml
@@ -2,7 +2,7 @@ language: python
2
cache:
3
pip: true
4
directories: [$HOME/.cache/pre-commit]
5
-dist: xenial
+dist: bionic
6
matrix:
7
fast_finish: true
8
include:
@@ -13,6 +13,7 @@ matrix:
13
pip install -U "tox<3" "pluggy<0.10" "setuptools<40" "virtualenv<15.2"
14
script: tox # no support for --skip-missing-interpreters false
15
- python: "3.4"
16
+ dist: xenial
17
env: TOXENV=py34
18
- python: "3.5"
19
env: TOXENV=py35
@@ -25,7 +26,6 @@ matrix:
25
26
- python: "nightly"
27
env: TOXENV=py39
28
- python: "pypy3.6-7.2.0"
- dist: bionic
29
env: TOXENV=pypy3
30
- python: "3.8"
31
env: TOXENV=lint SKIP_CODECOV=true
0 commit comments