diff options
author | Jon Bernard <jbernard@tuxion.com> | 2015-12-30 07:10:06 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2015-12-30 07:30:06 -0500 |
commit | 3dc6dd855600eb176684deaecfc360ef81f8ca72 (patch) | |
tree | c9826fb53e4844562024fae386d4730dca03f644 /tox.ini | |
parent | 6a58a9d3437149878a95813ab3c8de349744b9d9 (diff) | |
download | dotfiles-3dc6dd855600eb176684deaecfc360ef81f8ca72.tar.gz dotfiles-3dc6dd855600eb176684deaecfc360ef81f8ca72.tar.bz2 dotfiles-3dc6dd855600eb176684deaecfc360ef81f8ca72.zip |
Remove explicit envlist from tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,6 +1,3 @@ -[tox] -envlist = py27,py35,flake8 - [testenv] deps = pytest commands = py.test {posargs} |