diff options
author | Jon Bernard <jbernard@tuxion.com> | 2016-01-16 22:14:42 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2016-01-17 06:48:44 -0500 |
commit | c53d438e01dba26188d324cbc6648975fea2e0ca (patch) | |
tree | 6ff6c7c604b1c200b8112b2dca815876425c49ec /tox.ini | |
parent | c1f3adc019452808ea85dbb14661979c5c277eb8 (diff) | |
download | dotfiles-c53d438e01dba26188d324cbc6648975fea2e0ca.tar.gz dotfiles-c53d438e01dba26188d324cbc6648975fea2e0ca.tar.bz2 dotfiles-c53d438e01dba26188d324cbc6648975fea2e0ca.zip |
Simplify tox configuration
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,8 +1,5 @@ [testenv] -deps = pytest -commands = py.test {posargs} +commands = python setup.py test [testenv:flake8] -deps = flake8 -commands = flake8 {posargs} -skip_install = True +commands = python setup.py flake8 |