We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521ee46 commit 0d5322aCopy full SHA for 0d5322a
.gitignore
@@ -6,14 +6,6 @@ tests/test_hydrant.py
6
doc/build
7
dist
8
*,cover
9
-/.DS_Store
10
-/cov_core-1.7-py2.7.egg/
11
-/coverage-3.7.1-py2.7-macosx-10.9-x86_64.egg/
12
-/doc/.DS_Store
13
-/execnet-1.2.0-py2.7.egg/
14
-/pep8-1.4.6-py2.7.egg/
15
-/py-1.4.20-py2.7.egg/
16
-/pytest-2.5.2-py2.7.egg/
17
-/pytest_cache-1.0-py2.7.egg
18
-/pytest_cov-1.6-py2.7.egg/
19
-/pytest_pep8-1.0.5-py2.7.egg
+.DS_Store
+*.egg
+.tox/
0 commit comments