Skip to content

Commit

Permalink
add tox.ini
Browse files Browse the repository at this point in the history
this allows to test the package with different python versions easily.

visit https://testrun.org/tox/latest/ for more information.
  • Loading branch information
schmir committed Mar 18, 2014
1 parent f81c25d commit 91e73e3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ __pycache__/
.DS_Store
/dist/
/*.egg-info/
/.tox/
11 changes: 11 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[tox]
envlist = py27
indexserver =
PATCHED=http://pypi.pediapress.com/simple/

[testenv]
deps=
:PATCHED:leveldb
behave
commands=behave []
sitepackages=False

0 comments on commit 91e73e3

Please sign in to comment.