source: main/pyfprint/trunk/tox.ini @ 16302

Last change on this file since 16302 was 11526, checked in by uli, 11 years ago

Add inital project files.

File size: 109 bytes
Line 
1[tox]
2envlist = py26, py27
3
4[testenv]
5deps=pytest
6commands=python setup.py dev
7         python setup.py test
Note: See TracBrowser for help on using the repository browser.