We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8038ec2 commit 0ba9879Copy full SHA for 0ba9879
circle.yml
@@ -25,7 +25,7 @@ dependencies:
25
26
test:
27
override:
28
- - TEST_ARGS='--with-xunit --with-json-extended' make lint test
+ - TEST_ARGS='--with-xunit --with-json' make lint test
29
30
post:
31
# - coveralls
requirements-dev.txt
@@ -6,7 +6,7 @@ flake8-import-order==0.5.3
6
flake8-pep257==1.0.3
7
https://github.com/zheller/flake8-quotes/tarball/aef86c4f8388e790332757e5921047ad53160a75#egg=flake8-quotes
8
nose==1.3.7
9
-nosetests-json-extended==0.1.0
+nose-json==0.2.4
10
pep257==0.6.0
11
pep8==1.6.2
12
pep8-naming==0.3.3
0 commit comments