tox.ini 174 B

1234567
  1. [tox]
  2. envlist = py27,py35,py36,py37
  3. [testenv]
  4. install_command = pip install {opts} {packages} {env:PWD}[tests]
  5. whitelist_externals = make
  6. commands = make test testbed lint