diff options
author | Jon Bernard <jbernard@tuxion.com> | 2014-07-10 00:58:35 -0400 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2014-07-10 00:58:35 -0400 |
commit | 6b27cd3b23fe1c076bbba77d935d26604ca5740d (patch) | |
tree | 06e006ef1d8e55e87b6d594516aee0d0d4486fa8 /tox.ini | |
parent | ace164153f74949a51f0b6a451490859b6a4014b (diff) | |
download | dotfiles-6b27cd3b23fe1c076bbba77d935d26604ca5740d.tar.gz dotfiles-6b27cd3b23fe1c076bbba77d935d26604ca5740d.tar.bz2 dotfiles-6b27cd3b23fe1c076bbba77d935d26604ca5740d.zip |
Add tox configuration file
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +[tox] +envlist = py27,py32 + +[testenv] +deps=pytest +commands=py.test |