Skip to content

Commit a5f5a8c

Browse files
committed
Change supported python versions
1 parent 6973e7e commit a5f5a8c

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

.travis.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ language: python
22

33
matrix:
44
include:
5-
- python: 2.6
6-
env:
7-
- TOXENV='py26'
85
- python: 2.7
96
env:
107
- TOXENV='py27'
@@ -14,7 +11,16 @@ matrix:
1411
- python: 3.5
1512
env:
1613
- TOXENV='py35'
17-
- python: 3.5
14+
- python: 3.6
15+
env:
16+
- TOXENV='py36'
17+
- python: 3.7
18+
env:
19+
- TOXENV='py37'
20+
- python: 3.8
21+
env:
22+
- TOXENV='py38'
23+
- python: 3.8
1824
env:
1925
- TOXENV='lint'
2026

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{26,27,34,35,36,37,38}, lint
2+
envlist = py{27,34,35,36,37,38}, lint
33
skip_missing_interpreters = true
44

55
[testenv]

0 commit comments

Comments
 (0)