mirror of
https://github.com/sprockets/sprockets.clients.http.git
synced 2024-11-15 03:00:26 +00:00
11 lines
226 B
INI
11 lines
226 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 = nosetests []
|
|
deps =
|
|
-rrequires/testing.txt
|