Skip to content

Commit

Permalink
Ensure that py36 and 37 run via tox
Browse files Browse the repository at this point in the history
My personal laptop only has python3.7 so let's allow folks to skip
missing interpreters. CI will make catching the rest of the problems
nice and easy
  • Loading branch information
sigmavirus24 committed Dec 29, 2018
1 parent 2f9717d commit d2a56c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[tox]
envlist = lint,py36,docs
envlist = lint,py3{6,7},docs
skip-missing-interpreters = true

[testenv]
deps =
Expand Down

0 comments on commit d2a56c8

Please sign in to comment.