Skip to content

Commit d5958cc

Browse files
committed
tox/Travis: more envs, no py33
1 parent 78e91e1 commit d5958cc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ language: python
33

44
python:
55
- '2.7'
6-
- '3.3'
6+
- '3.4'
7+
- '3.7'
78
- 'pypy2.7-6.0'
9+
- 'pypy3.5-6.0'
810

911
install:
1012
- pip install tox-travis

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27, py33, flake8, pypy
2+
envlist = py27, py34, py35, py36, py37, flake8, pypy, pypy3
33

44
[testenv]
55
deps=

0 commit comments

Comments
 (0)