sprockets.http/tox.ini
2015-12-10 10:22:10 -05:00

13 lines
250 B
INI

[tox]
envlist = py27,py34,py35,pypy,pypy3
indexserver =
default = https://pypi.python.org/simple
toxworkdir = build/tox
skip_missing_interpreters = True
[testenv]
commands =
./setup.py develop
nosetests []
deps =
-rrequires/testing.txt