aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 7 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 210926df..c30878cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,12 +5,15 @@ python:
- 3.3
- 3.4
- 3.5
- - "3.6-dev"
+ - 3.6
- nightly
- pypy
-env:
- - ""
- - LC_ALL=C LC_CTYPE=C
+matrix:
+ include:
+ - python: 3.6
+ env: LC_ALL=C LC_CTYPE=C
+ - python: 2.7
+ env: LC_ALL=C LC_CTYPE=C
script:
# need tox and rwt to get started
- pip install tox rwt