Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Add tox integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerpeksag committed May 1, 2014
1 parent 313702b commit 1e51ed2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
@@ -1,2 +1,3 @@
nose==1.3.1
coverage==3.7.1
tox==1.7.1
15 changes: 15 additions & 0 deletions tox.ini
@@ -0,0 +1,15 @@
[tox]
envlist = py26,py27,py32,py33,py34
skipsdist = True

[testenv]
commands =
pip install --allow-all-external -e .
nosetests
deps =
-rrequirements-dev.txt

[testenv:py26]
deps =
{[testenv]deps}
unittest2

0 comments on commit 1e51ed2

Please sign in to comment.