pypiserver/tox.ini
Kostis Anagnostopoulos at STUW025 1fd5653317 FIX #55: Allow unauthenticated uploads with -P . option.
+ Add `mock` lib into test-dependencies for py2.
+ travis: Use new containers.
2015-09-11 16:08:13 +02:00

21 lines
336 B
INI

[tox]
envlist = py25,py26,py27,py32,py33,py34
[testenv]
deps=pytest>=2.3
webtest
beautifulsoup4
mock
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
[pytest]
norecursedirs = bin parts develop-eggs eggs .* _* CVS {args}