source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/gluon/packages/yatl/tox.ini

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 190 bytes
Line 
1[tox]
2envlist = py27,pypy,pypy3,py33,py34,py35,py36,py37
3
4[testenv]
5deps =
6    coverage: coverage
7commands =
8    py27,pypy,pypy3,py33,py34,py35,py36,py37: {envpython} -m unittest -v -f tests
Note: See TracBrowser for help on using the repository browser.