Skip to content

Commit

Permalink
Added tox configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed May 26, 2017
1 parent 49c9b0d commit 0807e0c
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 = py{26,27,33,34,35,36,py,py3}

[testenv]
commands = pytest -v
deps =
.
pytest

0 comments on commit 0807e0c

Please sign in to comment.