tox.ini 308 Bytes
[tox]

envlist = py27

[testenv]
setenv=
  RUNTING_TOX=true
  HOME_DIR = {homedir}
whitelist_externals=
  make
commands=
  pip install -q -r requirements.txt
  
;  https://bitbucket.org/hpk42/tox/issues/327/toxworkdir-does-not-expanduser-properly
;  skip until I found a solution 
  pytest tests
  make lint