summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorDmitry Teselkin <dteselkin@mirantis.com>2016-04-15 09:46:50 +0300
committerGuido Günther <agx@sigxcpu.org>2016-05-20 08:40:52 +0200
commit3a93adaac4dc834168a6305aba739a84ff781d80 (patch)
tree770c941862bf2ca903e49ffd51e432886ffe361a /.gitignore
parentc78a67edb94d13dc3f31964aa196d793c0f3c7e5 (diff)
Use tox for testing
tox is a tool to automate creating venv and running tests like py27 unittests and pep8 style checks. This commit adds tox configs needed and some other files for this feature.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 80960ac9..9c662675 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
*.pyc
.noseids
.coverage
+.tox/
.ropeproject/
coverage.xml
gbp/version.py