summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2020-01-03 14:00:13 -0500
committerAnish Athalye <me@anishathalye.com>2020-01-03 14:00:13 -0500
commita7ed16681752f9297d626480f67a5bada24cd62a (patch)
tree1e727066a6f131dc575409d57b46743998a0408f
parente38e021ab324ea676a285ac4667f1fba1469a6bf (diff)
Add Python 3.8 to Travis tests
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2e19a14..bece3e9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
+ - "3.8"
- "nightly"
- "pypy3"