Skip to content

Commit 70071fb

Browse files
committed
Travis: Remove old versions, integrate new
* Remove 2.7, 3.4, 3.5, and pypy * Integrate 3.8, 3.9-dev and nightly builds * Allow nightly to fail
1 parent c3c54bf commit 70071fb

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

.travis.yml

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,29 @@ script: tox -v
1313

1414
matrix:
1515
include:
16-
- python: "2.7"
17-
env: TOXENV=py27
18-
19-
- python: "3.4"
20-
env: TOXENV=py34
2116

2217
- python: "3.6"
2318
env: TOXENV=checks
2419

25-
- python: "3.5"
26-
env: TOXENV=py35
27-
2820
- python: "3.6"
2921
env: TOXENV=py36
3022

3123
- python: "3.7"
3224
dist: xenial
3325
env: TOXENV=py37
3426

35-
- python: "pypy"
36-
env: TOXENV=pypy
27+
- python: "3.8"
28+
dist: xenial
29+
env: TOXENV=py38
30+
31+
- python: "3.9-dev"
32+
dist: bionic
33+
env: TOXENV=py39
34+
35+
- python: "nightly"
36+
dist: bionic
37+
env: TOXENV=py310
38+
39+
jobs:
40+
allow_failures:
41+
- python: "nightly"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
33
flake8
4-
py{36,37,38,39}
4+
py{36,37,38,39,310}
55
docs
66

77
[testenv]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy