Skip to content

Commit

Permalink
feat(travis): add CPython 3.7 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Aug 24, 2018
1 parent 5b80a2a commit 93089cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,6 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7
- pypy
- pypy3
- nightly
Expand All @@ -18,6 +17,10 @@ matrix:
- python: nightly
- python pypy
- python: pypy3
include:
- python: 3.7
dist: xenial
sudo: true

install:
- pip install -U pip
Expand Down

0 comments on commit 93089cb

Please sign in to comment.