Skip to content

Commit

Permalink
added tox config for py26 and py27
Browse files Browse the repository at this point in the history
  • Loading branch information
cgoldberg committed Feb 10, 2013
1 parent fb0589e commit 687f2f4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tox.ini
@@ -0,0 +1,14 @@
# Tox (http://tox.testrun.org/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.

[tox]
envlist = py26, py27

[testenv]
deps =
nose
commands =
{envpython} setup.py install
nosetests

0 comments on commit 687f2f4

Please sign in to comment.