Skip to content

Commit

Permalink
[travis] Switch from python 3.7-dev to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k committed Aug 6, 2018
1 parent fb8cab0 commit b7b6f9f
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,8 +10,10 @@ matrix:
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: 3.7-dev
- python: 3.7
env: TOXENV=py37
dist: xenial
sudo: required
- python: 3.6
env: TOXENV=cov
after_script:
Expand Down

0 comments on commit b7b6f9f

Please sign in to comment.