Skip to content

Commit

Permalink
Add Python3.7 to tests (jazzband#297)
Browse files Browse the repository at this point in the history
Updated tox to test with Python 3.7 for Django 2.0
  • Loading branch information
adamkal authored and clintonb committed Jul 5, 2018
1 parent 486bd04 commit 1071c63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Software Development :: Libraries :: Python Modules',
]
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py{27,34,35,36}-django111
py{34,35,36}-django20
py{34,35,36,37}-django20

[testenv]
deps =
Expand Down

0 comments on commit 1071c63

Please sign in to comment.