Skip to content

Commit a8bc994

Browse files
authored
build: Test under python 3.8 (#18)
1 parent 75c003e commit a8bc994

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ python:
77
- "3.4"
88
- "3.5"
99
- "3.6"
10-
- "3.7-dev"
1110

1211
cache:
1312
pip: true
@@ -23,6 +22,12 @@ branches:
2322

2423
matrix:
2524
include:
25+
- python: "3.7"
26+
dist: xenial
27+
sudo: true
28+
- python: "3.8-dev"
29+
dist: xenial
30+
sudo: true
2631
- python: "3.6"
2732
script: tox -e linters
2833
- python: "3.6"

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[tox]
77
envlist =
88
# core
9-
py{2.7,3.4,3.5,3.6,3.7}
9+
py{2.7,3.4,3.5,3.6,3.7,3.8}
1010
pypy
1111

1212
# integrations
@@ -17,9 +17,9 @@ envlist =
1717
{pypy,py2.7,py3.4}-django-1.7
1818
{pypy,py2.7}-django-1.6
1919

20-
{pypy,py2.7,py3.5,py3.6,py3.7}-flask-{1.0,0.11,0.12,dev}
20+
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-flask-{1.0,0.11,0.12,dev}
2121

22-
{pypy,py2.7,py3.5,py3.6,py3.7}-celery-4
22+
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-celery-4
2323
{pypy,py2.7}-celery-3
2424

2525

@@ -65,6 +65,7 @@ basepython =
6565
py3.5: python3.5
6666
py3.6: python3.6
6767
py3.7: python3.7
68+
py3.8: python3.8
6869
linters: python3
6970
pypy: pypy
7071

0 commit comments

Comments
 (0)