Skip to content

Commit

Permalink
tox test running
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Jul 12, 2013
1 parent 675c727 commit a9e1171
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*.pyc
*egg-info
MANIFEST
.tox
venv
build
dist
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 = py26, py27, pypy

[testenv]
deps = nose
commands = nosetests []

0 comments on commit a9e1171

Please sign in to comment.