Update travis to allow failures on dev

master
Vishnunarayan K I 2018-05-31 16:53:29 +05:30
parent 5a3463e558
commit c0c8017fd2
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ python:
- "3.5"
- "3.6"
- "3.7-dev"
matrix:
allow_failures:
- python: "3.7-dev"
fast_finish: true
before_install:
- pip install pytest-cov
install: