Skip to content

Commit

Permalink
tweaks to get tests to run cleanly
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethlove committed Dec 3, 2017
1 parent e94ca80 commit 0fd834e
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,6 +1,6 @@
[tox]
envlist = py{27}-django{15,16,17,18,19,110,111},py{33,34}-django{15,16,17,18},py{34,35,36}-django{18,19,110,111}
install_command = pip install {opts} {packages}
install_command = pip install {opts} "{packages}"

[testenv]
basepython =
Expand All @@ -16,6 +16,7 @@ commands =
deps =
mock
factory_boy==2.8.1
py{27,33,34}: pytest==2.9.1
py{27,33,34}: pytest-django==2.9.1
py{35,36}: pytest-django>2.9.1
py{27,33,34,35,36}: coverage==4.1
Expand Down

0 comments on commit 0fd834e

Please sign in to comment.