Skip to content

Commit

Permalink
Merge pull request #256 from michael-k/patch-1
Browse files Browse the repository at this point in the history
[travis] Run tests against Python 3.7 stable
  • Loading branch information
spulec committed Sep 22, 2018
2 parents d993290 + 103e587 commit 39a0f1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ python:
- 3.5
- 3.6
- pypy3
- 3.7-dev
matrix:
include:
- python: 3.7
dist: xenial
sudo: required
script: make travis
install:
- pip install .
Expand Down

0 comments on commit 39a0f1c

Please sign in to comment.