Skip to content

Commit

Permalink
add tox testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Jul 27, 2014
1 parent 16b898b commit 6105b90
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
nose
coverage
tox


11 changes: 11 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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 = py27, py34

[testenv]
commands = nosetests
deps = nose

0 comments on commit 6105b90

Please sign in to comment.