Relax travis matrix

This commit is contained in:
Andrew Svetlov 2018-02-26 17:50:56 +02:00
parent 9b9b848fdd
commit 4506c306a7
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@ python:
- 3.7-dev
- nightly
matrix:
allow_failures:
- python: 3.7-dev
- python: nightly
install:
- pip install --upgrade pip
- pip install -r requirements-dev.txt