Skip to content

Commit

Permalink
Add a tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Feb 1, 2017
1 parent 821b661 commit d59a153
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ Changelog.linkchecker*
/alexa*.log
/testresults.txt
/linkchecker.prof
.cache
.tox
12 changes: 12 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[tox]
envlist = py27

[testenv]
deps =
-rrequirements.txt
pyftpdlib
pytest-xdist
commands =
py.test {posargs:tests}
setenv =
LC_ALL=en_US.utf-8

0 comments on commit d59a153

Please sign in to comment.