Skip to content

Commit 0ba9879

Browse files
committed
Switching to nose-json module
1 parent 8038ec2 commit 0ba9879

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525

2626
test:
2727
override:
28-
- TEST_ARGS='--with-xunit --with-json-extended' make lint test
28+
- TEST_ARGS='--with-xunit --with-json' make lint test
2929

3030
post:
3131
# - coveralls

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ flake8-import-order==0.5.3
66
flake8-pep257==1.0.3
77
https://github.com/zheller/flake8-quotes/tarball/aef86c4f8388e790332757e5921047ad53160a75#egg=flake8-quotes
88
nose==1.3.7
9-
nosetests-json-extended==0.1.0
9+
nose-json==0.2.4
1010
pep257==0.6.0
1111
pep8==1.6.2
1212
pep8-naming==0.3.3

0 commit comments

Comments
 (0)