Skip to content

Commit

Permalink
reverted 3.7 production environment
Browse files Browse the repository at this point in the history
Travis does not yet support 3.7, see
travis-ci/travis-ci#9815
  • Loading branch information
moltob committed Sep 30, 2018
1 parent 076ace1 commit 4211b97
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 @@ -4,7 +4,7 @@ services:
- docker
python:
- "3.6"
- "3.7"
- "3.7-dev"
install:
- pip install -r requirements.txt
- pip install pytest-cov coveralls codecov
Expand Down

0 comments on commit 4211b97

Please sign in to comment.