Codebase list python-webargs / debian/4.0.0-0kali3 tox.ini
debian/4.0.0-0kali3

Tree @debian/4.0.0-0kali3 (Download .tar.gz)

tox.ini @debian/4.0.0-0kali3raw · history · blame

1
2
3
4
5
6
7
8
[tox]
envlist =py27,py35,py36,py37
[testenv]
deps=
  -rdev-requirements.txt
  {py34,py35,py36,py37}: -rdev-requirements-py3.txt
commands=
  invoke test