Skip to content

Commit

Permalink
Default to Python 3.7 for new checks (#3244)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored Mar 4, 2019
1 parent c186095 commit e7f5c63
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tox]
minversion = 2.0
skip_missing_interpreters = true
basepython = py36
basepython = py37
envlist =
py{{27,36}}-{check_name}
py{{27,37}}-{check_name}
flake8

[testenv]
Expand Down

0 comments on commit e7f5c63

Please sign in to comment.