summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2015-05-12 21:25:22 +0200
committerholger krekel <holger@merlinux.eu>2015-05-12 21:25:22 +0200
commit554c6d8a464d5c5169e6e09fb1b2e864c09c74b7 (patch)
tree91bfb631e7363b1ac776850f92878255e37aefcd /tox.ini
parentfb29cbe153632436a9859f5cd758875b0084e723 (diff)
downloadtox-554c6d8a464d5c5169e6e09fb1b2e864c09c74b7.tar.gz
rename some API that is reachable by hooks
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4f8b49c..d28009e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,7 +19,7 @@ commands=
py.test -v check_sphinx.py {posargs}
[testenv:flakes]
-qwe = 123
+platform=linux
deps = pytest-flakes>=0.2
pytest-pep8