summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTomas Sedovic <tsedovic@redhat.com>2013-08-26 15:59:31 +0200
committerTomas Sedovic <tsedovic@redhat.com>2013-08-27 13:53:38 +0200
commit82cd363bf55b70ea9435736eb9890b351cae2f87 (patch)
tree4d8cbee49aaa3abcadcdd101875ce65d066c7665 /.gitignore
parent433eb2d4d9bfab71783961a42d15b7d53b6bb86b (diff)
downloadtuskar-ui-82cd363bf55b70ea9435736eb9890b351cae2f87.tar.gz
Fix Tox
We can now run the tests using the `tox` command without needing to have the Horizon source checked out alongside (the horizon package is a test dependency). All tests except for Django 1.4 are currently passing. Change-Id: Id835e14868225a7bc13ff25bc666547a85d085e5 Signed-off-by: Tomas Sedovic <tsedovic@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1ced9cff..a8dbf859 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,8 @@
.coverage*
.noseids
.DS_STORE
+*.egg/
+*.egg-info/
coverage.xml
nosetests.xml
pep8.txt