File tree 2 files changed +3
-1
lines changed 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ script:
39
39
# Generate the font caches in a single process before starting the
40
40
# multiple processes
41
41
- python -c "from matplotlib import font_manager"
42
- - python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300 $( TEST_ARGS)
42
+ - python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300 $TEST_ARGS
43
43
44
44
after_failure :
45
45
- tar cjf result_images.tar.bz2 result_images
Original file line number Diff line number Diff line change @@ -42,7 +42,9 @@ def run():
42
42
if __name__ == '__main__' :
43
43
if '--no-pep8' in sys .argv :
44
44
default_test_modules .remove ('matplotlib.tests.test_coding_standards' )
45
+ sys .argv .remove ('--no-pep8' )
45
46
elif '--pep8' in sys .argv :
46
47
default_test_modules = ['matplotlib.tests.test_coding_standards' ]
48
+ sys .argv .remove ('--pep8' )
47
49
48
50
run ()
You can’t perform that action at this time.
0 commit comments