summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml20
1 files changed, 11 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 60f5815f..33ab283b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,18 +1,20 @@
dist: trusty
sudo: false
language: python
+python:
+- 2.6
+- &latest_py2 2.7
+- 3.3
+- 3.4
+- 3.5
+- &latest_py3 3.6
+- nightly
+- pypy
+- pypy3
+
jobs:
fast_finish: true
include:
- - python: 2.6
- - python: &latest_py2 2.7
- - python: 3.3
- - python: 3.4
- - python: 3.5
- - python: &latest_py3 3.6
- - python: nightly
- - python: pypy
- - python: pypy3
- python: *latest_py3
env: LANG=C
- python: *latest_py2