Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
✅ Add support for testing with both Python 3.6 and 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
andrlik committed Oct 16, 2018
1 parent dc223cb commit 0535df1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[tox]
envlist =
{py37}-django{20,21}
{py36,py37}-django{20,21}
flake8-py3
docs
skip_missing_interpreters = True

[testenv:docs]
passenv = TRAVIS TRAVIS_*
Expand Down Expand Up @@ -37,3 +38,4 @@ commands =
[travis]
python =
3.7: py37
3.6: py36

0 comments on commit 0535df1

Please sign in to comment.