summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2017-03-06 15:06:29 -0500
committerAnish Athalye <me@anishathalye.com>2017-03-06 15:20:27 -0500
commit2abfa7fd91af4aba3d8852703f2a3f538021fe93 (patch)
tree55a0f8329a3db3ab80a30369776bd12c76904134 /.travis.yml
parent847cb101d486319da882f958b1cb58b515cc6db2 (diff)
Add tests for more Python versions
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6c326c0..7c94ea4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,14 @@
language: python
python:
- "2.7"
+ - "pypy"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
+ - "3.6"
+ - "nightly"
+ - "pypy3"
sudo: false