Skip to content

Commit 454084c

Browse files
committed
Update travis and tox to support 3.5-3.8
1 parent 2db6d5b commit 454084c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ python:
33
- 2.7
44
- 3.3
55
- 3.4
6+
- 3.5
7+
- 3.6
8+
- 3.7
9+
- 3.8
610
install:
7-
- pip install ujson simplejson --use-mirrors
11+
- pip install ujson simplejson
812
- python setup.py install
913
script: nosetests tests
1014
notifications:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-e .
22

3-
tox==2.6.0
3+
tox==2.9.1

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,py35
2+
envlist=py27,py35,py36,py37,py38
33

44
[testenv]
55
deps=

0 commit comments

Comments
 (0)