Add info about how to run tests; remove python 3.2 from supported versions

This commit is contained in:
Stephane Blondon
2017-10-09 22:21:15 +02:00
parent a490081e57
commit acfb2adc47
3 changed files with 28 additions and 2 deletions

6
tox.ini Normal file
View File

@@ -0,0 +1,6 @@
[tox]
envlist = py33,py34,py35,py36
[testenv]
deps=nose
commands=nosetests -v