Add build with Python 3.8

This commit is contained in:
Joakim Soderlund 2019-11-29 23:01:07 +01:00
parent c2a62dac38
commit edfde1136f
2 changed files with 3 additions and 0 deletions

View file

@ -4,5 +4,6 @@ language: python
python: python:
- "3.6" - "3.6"
- "3.7" - "3.7"
- "3.8"
install: pip install tox-travis install: pip install tox-travis
script: tox script: tox

View file

@ -2,11 +2,13 @@
envlist = envlist =
py36 py36
py37 py37
py38
[travis] [travis]
python = python =
3.6: py36 3.6: py36
3.7: py37 3.7: py37
3.8: py38
[testenv] [testenv]
deps = -rrequirements.txt deps = -rrequirements.txt