Browse Source

Travis: try all supported python versions

teor 5 years ago
parent
commit
68e681ba0f
1 changed files with 12 additions and 0 deletions
  1. 12 0
      .travis.yml

+ 12 - 0
.travis.yml

@@ -1,7 +1,19 @@
 language: python
 
 python:
+  ## Test against all supported python releases
   - "2.7"
+  - "3.4"
+  - "3.5"
+  - "3.6"
+  ## Travis Trusty doesn't support these versions
+  #- "3.7"
+  #- "3.8-dev"
+  - "nightly"
+  # PyPy versions
+  ## Travis Trusty doesn't support these versions
+  #- "pypy2.7"
+  - "pypy3.5"
 
 os:
   - linux