Skip to content

Commit bb921eb

Browse files
committed
Updated to 3.8
1 parent 12108c4 commit bb921eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ python:
88
- "3.5"
99
- "3.6"
1010
- "3.7"
11+
- "3.8"
1112

1213
rvm: "2.2"
1314

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{27,34,35,36,37}-{test,install}
2+
envlist=py{27,34,35,36,37,38}-{test,install}
33
[testenv]
44
deps=
55
test: -rrequirements_dev.txt

0 commit comments

Comments
 (0)