aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar Jon Bernard <jbernard@tuxion.com> 2014-07-11 14:26:17 -0400
committerGravatar Jon Bernard <jbernard@tuxion.com> 2014-07-11 14:26:17 -0400
commit2b5b9e69cd58bd7bc8dbec05210c60531d51c875 (patch)
treee378823991e51437969c42d0ba19afc72af0b1fc /tox.ini
parent083dd0d5b0f2a2c35aa9587c53078491bbc1217e (diff)
downloaddotfiles-2b5b9e69cd58bd7bc8dbec05210c60531d51c875.tar.gz
dotfiles-2b5b9e69cd58bd7bc8dbec05210c60531d51c875.tar.bz2
dotfiles-2b5b9e69cd58bd7bc8dbec05210c60531d51c875.zip
Remove envlist from tox.ini
I prefer executing 'tox' and having local results for my default version of python. Specifying a particular python version is easy with the '-e' flag.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 2084d61..aef1308 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,3 @@
-[tox]
-envlist = py27,py32
-
[testenv]
deps=pytest
commands=py.test