[Travis] Add newest versions of Python

This commit is contained in:
MinchinWeb 2017-11-13 20:09:34 -07:00
parent 9441998ecf
commit 779a8f4ddf

View file

@ -4,10 +4,13 @@ python:
- "3.3" - "3.3"
- "3.4" - "3.4"
- "3.5" - "3.5"
- "3.6"
- "nightly"
install: install:
- "pip install -e ." - "pip install -e ."
- "pip install -q behave" - "pip install -q behave"
before_script:
- python --version
# command to run tests # command to run tests
script: script:
- python --version
- behave - behave