1
0
Fork 0
mirror of synced 2024-07-26 18:11:13 -04:00

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

View file

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