update python version for ci

This commit is contained in:
Jonathan Wren 2019-06-22 14:16:09 -07:00
parent 13631b9a68
commit 716ad98f97

View file

@ -1,8 +1,7 @@
dist: xenial # required for Python >= 3.7
language: python language: python
python: python:
- "2.7" - "3.7"
- "3.3"
- "3.4"
install: install:
- "pip install -e ." - "pip install -e ."
- "pip install -q behave" - "pip install -q behave"