Skip to content

Commit

Permalink
Update setup.py and tox.ini.
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Jul 25, 2016
1 parent 8ef54a2 commit 3d5d87a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 0 additions & 2 deletions setup.py
Expand Up @@ -39,8 +39,6 @@
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Topic :: Software Development :: Libraries",
Expand Down
13 changes: 8 additions & 5 deletions tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist = {py27,pypy}-django{14,15,16,17,18},
{py33,py34,pypy3}-django{15,16,17,18}
envlist = {py27,pypy}-django{14,15,16,17,18,19},
{py33,py34,pypy3}-django{15,16,17,18,19}

[testenv]
commands =
Expand All @@ -13,6 +13,9 @@ deps =
django15: Django>=1.5, <1.6
django16: Django>=1.6, <1.7
django17: Django>=1.7, <1.8
django18: Django==1.8b1
mock==1.0.1
redis==2.10.3
django18: Django==1.8.14
django19: Django==1.9.8
mock==2.0.0
redis==2.10.5
msgpack-python>=0.4.6

0 comments on commit 3d5d87a

Please sign in to comment.