1
0
Fork 0

Add tox configuration

This commit is contained in:
Daniele Tricoli 2015-06-17 05:14:16 +02:00
parent df6a56e6c2
commit 5d071f9f40
2 changed files with 12 additions and 3 deletions

7
.gitignore vendored
View File

@ -1,7 +1,8 @@
*~
*.swp
*.pyc
*.coverage
*.pyc
*.swp
*~
.tox/
MANIFEST
dist
docs/_build

8
tox.ini Normal file
View File

@ -0,0 +1,8 @@
[tox]
envlist = py27,py34
[testenv]
# Installing PyGObject is a pain.
sitepackages = true
deps = nose
whitelist_externals = nosetests
commands = nosetests