Fix travis builds on 3.7, don't lint
This commit is contained in:
parent
4293a01cb8
commit
3dc89851bd
|
@ -10,8 +10,9 @@ install:
|
|||
- "make setup"
|
||||
script:
|
||||
- "pip install ."
|
||||
- "make lint test"
|
||||
- "make test"
|
||||
matrix:
|
||||
allow_failures:
|
||||
- python: "3.7"
|
||||
- python: "3.6-dev"
|
||||
- python: "3.7-dev"
|
||||
|
|
Loading…
Reference in New Issue