Handle sdist installation without tox

This commit is contained in:
Ian Cordasco 2016-05-30 16:00:45 -05:00
parent df0a799c94
commit f54c0874f8
2 changed files with 3 additions and 1 deletions

View file

@ -6,7 +6,6 @@ envlist = py27,py33,py34,py35,flake8
deps =
mock
pytest
pypy,py27: configparser
commands =
py.test {posargs}