Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
18 lines (14 sloc) 275 Bytes
[tox]
envlist =
py34,py27
[testenv]
commands =
python setup.py develop
python setup.py nosetests --with-coverage --cover-package=asjp --cover-erase
deps =
nosexcover
psycopg2
[testenv:py34]
basepython = python3.4
[testenv:py27]
basepython = python2.7