summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2012-03-05 10:12:23 -0500
committerRyan Petrello <lists@ryanpetrello.com>2012-03-05 10:12:23 -0500
commit58b97e6919dcc0923286fb587a5ef82323187ea0 (patch)
tree7b110378716061803f57d098abaf7076b67c0d82 /tox.ini
parentd74f3651192c3fbaaa7e5b27941b0fde8b30921d (diff)
downloadpecan-58b97e6919dcc0923286fb587a5ef82323187ea0.tar.gz
Tinkering w/ tox.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 0958cc3..1d49014 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,5 @@
[tox]
-envlist = py26,py27,py31
+envlist = py26,py27
[testenv]
-deps=pytest
-commands=py.test
+commands=python setup.py test