Skip to content

Commit

Permalink
Replace Python env from 3.7-dev to 3.7 for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Sep 24, 2018
1 parent f12835f commit 6d5f347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ matrix:
env: TOXENV=python3.6

- os: linux
python: 3.7-dev
python: 3.7
sudo: required
env: TOXENV=python3.7

Expand Down

0 comments on commit 6d5f347

Please sign in to comment.