Skip to content

Commit

Permalink
Fix py2 tox reqs.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed Jan 23, 2016
1 parent 9c9184e commit a37cd84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ envlist = py27,pypy,py33,py34,py35
commands = nosetests

[testenv:py27]
deps = {[testenv:py26]deps}
deps = -rrequirements-py2.txt

[testenv:pypy]
deps = {[testenv:py27]deps}
Expand Down

0 comments on commit a37cd84

Please sign in to comment.