From 04a82f3078ae72a9d303c43399cea08d3d2f2395 Mon Sep 17 00:00:00 2001 From: Timo Furrer Date: Sat, 31 Mar 2018 11:45:03 +0200 Subject: [PATCH] Add Python 3.7 to test matrix --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index b45f1fc..6455437 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/