Skip to content

Commit

Permalink
Fix python 3.7 for travis. #78
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Aug 8, 2018
1 parent f031365 commit ace6da8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ matrix:
env: TOXENV=py35,flask,py35-django
- python: 3.6
env: TOXENV=py36,flask,py36-django
- python: 3.7-dev
- python: 3.7
dist: xenial
sudo: true
env: TOXENV=py37,flask,py37-django

install:
Expand Down

0 comments on commit ace6da8

Please sign in to comment.