summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2015-07-07 12:47:16 +0200
committerSimo Sorce <simo@redhat.com>2015-07-08 14:43:14 -0400
commit5f85b79d56f338ef77ef7ff719a73815435fdf34 (patch)
tree400a5fd3759c4cfd2812c2251bda64b2bc014ac2 /.gitignore
parent3b135033f4d70c59a9b6880c13b38238ff593081 (diff)
downloadcustodia-5f85b79d56f338ef77ef7ff719a73815435fdf34.tar.gz
custodia-5f85b79d56f338ef77ef7ff719a73815435fdf34.tar.xz
custodia-5f85b79d56f338ef77ef7ff719a73815435fdf34.zip
Automatic testing with py.test, coverage and tox
The patch provides test automation with tox. Just run 'tox' in the source root to create virtual envs, install custodia from the sources and run the tests on Python 2.7 and 3.4. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com> Closes: #4
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d489600..9df8310 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,6 @@ dist/
*.pyc
*.pyo
cscope.out
+.tox
+.coverage
MANIFEST