Skip to content

Commit

Permalink
Enable 3.7 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Jul 11, 2018
1 parent 2b6b47f commit e8571e4
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .travis.yml
@@ -1,14 +1,20 @@
language: python
dist: xenial
sudo: required
env:
python:
- "3.6"
- "3.6-dev"
- "3.7"
- "3.7-dev"
install:
- "make setup"
script:
- "pip install ."
- "make lint test"
script:
- "make test"
matrix:
allow_failures:
- python: "3.6-dev"
- python: "3.7-dev"
include:
- python: "3.6"
env: LINTING=true
script:
- "make lint test"

0 comments on commit e8571e4

Please sign in to comment.