Codebase list pypsrp / 85ffd79b-ddea-42d1-9859-d6fbcdd5ccae/main tox.ini
85ffd79b-ddea-42d1-9859-d6fbcdd5ccae/main

Tree @85ffd79b-ddea-42d1-9859-d6fbcdd5ccae/main (Download .tar.gz)

tox.ini @85ffd79b-ddea-42d1-9859-d6fbcdd5ccae/mainraw · history · blame

1
2
3
4
5
6
7
8
9
[tox]
envlist = py26,py27,py34,py35,py36,py37

[testenv]
deps =
    -rrequirements-test.txt
    -ctests/constraints.txt
commands = py.test -v --pep8 --cov pypsrp --cov-report term-missing
passenv = PSRP_*