mirror of
1
0
Fork 0

Add Python 3.8 to Travis tests

This commit is contained in:
Anish Athalye 2020-01-03 14:00:13 -05:00
parent e38e021ab3
commit a7ed166817
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "nightly"
- "pypy3"