summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinchinWeb <w_minchin@hotmail.com>2017-11-13 20:09:34 -0700
committerMinchinWeb <w_minchin@hotmail.com>2017-11-13 20:09:34 -0700
commit779a8f4ddf65ef91486a3ff96f7884f0e044c85c (patch)
treea68e97fc70466ff5183daa8725f660c911cf0adc
parent9441998ecf93a4fa1fa0dc03f1ac14ade0ccee03 (diff)
[Travis] Add newest versions of Python
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c5cde1c2..37afaca9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,10 +4,13 @@ python:
- "3.3"
- "3.4"
- "3.5"
+ - "3.6"
+ - "nightly"
install:
- "pip install -e ."
- "pip install -q behave"
+before_script:
+ - python --version
# command to run tests
script:
- - python --version
- behave