Skip to content

Commit

Permalink
toxify
Browse files Browse the repository at this point in the history
  • Loading branch information
schmir committed Aug 31, 2011
1 parent 90cd0f5 commit 053208c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ mwlib/rl/test
mwlib.rl.egg-info/
dist/*
README.html
.tox/
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ include MANIFEST.in
include README.html
include README.txt
include compile_messages.py
include conftest.py
include example-mwlib.config
include ez_setup.py
include make_messages.py
Expand Down Expand Up @@ -206,3 +205,4 @@ include tests/test_advanced.py
include tests/test_basicnodes.py
include tests/test_misc.py
include tests/test_snippets.py
include tox.ini
12 changes: 0 additions & 12 deletions conftest.py

This file was deleted.

11 changes: 11 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[tox]
envlist = py25,py26,py27
indexserver =
default = http://pypi.pediapress.com

[testenv]
deps=pil
pytest
pytest-xdist
commands=py.test -n6
sitepackages=False

0 comments on commit 053208c

Please sign in to comment.