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 16ced90 commit cc1ea78Copy full SHA for cc1ea78
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: test
2
test:
3
rm -f .coverage
4
- nosetests --exe --cover-package=s3po --with-coverage --cover-branches --logging-clear-handlers -v
+ nosetests --rednose --exe --cover-package=s3po --with-coverage --cover-branches --logging-clear-handlers -v
5
6
clean:
7
# Remove the build
requirements.txt
@@ -4,3 +4,4 @@ gevent==1.0.1
mock==1.3.0
nose==1.3.4
python_swiftclient==2.7.0
+rednose==1.1.1
0 commit comments