Codebase list python-webargs / upstream/4.0.0 tox.ini
upstream/4.0.0

Tree @upstream/4.0.0 (Download .tar.gz)

tox.ini @upstream/4.0.0raw · 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