Add Python 3.7 to test matrix

This commit is contained in:
Timo Furrer
2018-03-31 11:45:03 +02:00
parent 5f6b5fc66d
commit 04a82f3078
+6
View File
@@ -2,8 +2,14 @@ language: python
python:
- "2.7"
- "3.6"
- "3.7-dev"
matrix:
allow_failures:
- python: "3.7-dev"
# command to install dependencies
install: pip install pipenv; pipenv lock; pipenv install --dev
# command to run tests
script: pipenv run pytest tests/