Skip to content

Commit

Permalink
Add file to use tox
Browse files Browse the repository at this point in the history
  • Loading branch information
vincsdev committed Feb 25, 2017
1 parent d3f2ab8 commit 1898348
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 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 = py24, py25, py26, py27, py30, py31, py32, py33

[testenv]
commands = nosetests
deps =
nose
mock

0 comments on commit 1898348

Please sign in to comment.