Skip to content

Commit eaee2d9

Browse files
authored
add testing for python3.8 (#206)
1 parent 6336fe8 commit eaee2d9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ matrix:
1616
env: TOXENV=py35
1717
- python: 3.6
1818
env: TOXENV=py36
19-
- python: 3.7-dev
19+
- python: 3.7
2020
env: TOXENV=py37
21-
- python: 3.7-dev
21+
- python: 3.8
22+
env: TOXENV=py38
23+
- python: 3.8-dev
2224
env: TOXENV=pytest
2325
- os: linux
2426
dist: xenial

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ envlist = begin,py{27,py,py3,35,36,37},pytest,py27-django{lts,curr},end,quality
1111
3.5 = py35
1212
3.6 = py36
1313
3.7 = py37,pytest
14+
3.8 = py38
1415

1516
[testenv]
1617
deps =

0 commit comments

Comments
 (0)