Skip to content

Commit 9729f25

Browse files
Djaillamethane
authored andcommitted
travis: Add Python 3.8 test. (#393)
1 parent 0da8165 commit 9729f25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ language: python
44
# See aws s3 ls s3://travis-python-archives/binaries/ubuntu/16.04/x86_64/
55
python:
66
- "nightly"
7-
- "pypy3.5"
8-
- "pypy2.7-5.10.0"
7+
- "pypy3"
8+
- "pypy"
9+
- "3.8"
910
- "3.7"
1011
- "3.6"
1112
- "3.5"
1213
- "2.7"
13-
- "3.8-dev"
1414

1515
cache: pip
1616

0 commit comments

Comments
 (0)