Add an initial basic tox configuration file

This commit is contained in:
Floris Bruynooghe 2012-08-07 00:46:58 +01:00
parent 2055061aaa
commit 5750fd184c
2 changed files with 9 additions and 0 deletions

View File

@ -19,6 +19,7 @@ bin
include
.noseids
pip-log.txt
.tox
syntax: re
^.ropeproject/.*$

8
tox.ini Normal file
View File

@ -0,0 +1,8 @@
[tox]
envlist = py26,py27
[testenv]
deps =
nose
pyOpenSSL
commands = nosetests