We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b72d58 commit 5651c3dCopy full SHA for 5651c3d
.gitignore
@@ -1,3 +1,4 @@
1
dep
2
*.pyc
3
config.yaml
4
+.coverage
install
@@ -7,6 +7,7 @@ easy_install txredisapi
7
easy_install pyyaml
8
easy_install docopt
9
easy_install nose
10
+easy_install coverage
11
if [ ! -f config.yaml ]
12
then
13
cp config.yaml.example config.yaml
test
@@ -6,5 +6,5 @@ if [ ! -d dep ]
6
fi
source dep/bin/activate
cd src
-exec nosetests $@
+exec nosetests -w . $@
0 commit comments