sprockets.http/tox.ini

14 lines
250 B
INI
Raw Normal View History

2015-07-22 17:41:30 +00:00
[tox]
2015-11-18 23:13:45 +00:00
envlist = py27,py34,py35,pypy,pypy3
2015-07-22 17:41:30 +00:00
indexserver =
default = https://pypi.python.org/simple
toxworkdir = build/tox
2015-11-18 23:13:45 +00:00
skip_missing_interpreters = True
2015-07-22 17:41:30 +00:00
[testenv]
2015-12-10 15:22:10 +00:00
commands =
./setup.py develop
nosetests []
2015-07-22 17:41:30 +00:00
deps =
2015-12-10 15:22:10 +00:00
-rrequires/testing.txt