Codebase list pypsrp / 7f271459-8984-463e-83aa-e5897202b693/main tox.ini
7f271459-8984-463e-83aa-e5897202b693/main

Tree @7f271459-8984-463e-83aa-e5897202b693/main (Download .tar.gz)

tox.ini @7f271459-8984-463e-83aa-e5897202b693/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_*