Merge pull request #10 from wren/tests-ci-9

#9 Update Python version for CI
This commit is contained in:
Jonathan Wren 2019-06-22 14:32:04 -07:00 committed by GitHub
commit 324022cde9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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