Tox configuration for running test for Python 2.7 and 3.4 at once.

This commit is contained in:
Joona Hoikkala 2015-06-05 14:00:00 +03:00
parent 660f34b343
commit 42f3921a0f
1 changed files with 5 additions and 0 deletions

5
tox.ini Normal file
View File

@ -0,0 +1,5 @@
[tox]
envlist = py27,py34
[testenv]
deps=requests
commands=python -m unittest discover tests