pypiserver/tox.ini
Kostis Anagnostopoulos 6635d4dd74 test-server: Pin twine to 1.6.0.
+ Update centodep-TC with monkeypatch for `twine<1.6.0`.
2015-09-17 20:20:14 +02:00

23 lines
372 B
INI

[tox]
envlist = py25,py26,py27,py32,py33,py34
[testenv]
deps=pytest>=2.3
webtest
beautifulsoup4
mock
twine>=1.6.0
commands=py.test []
sitepackages=False
[testenv:py25]
deps=pytest>=2.3
WebTest==1.4.3
WebOb==0.9.6.1
BeautifulSoup==3.2.1
mock
twine>=1.6.0
[pytest]
norecursedirs = bin parts develop-eggs eggs .* _* CVS {args}