Thanks to visit codestin.com Credit goes to github.com
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 7d858dc commit fcb803aCopy full SHA for fcb803a
.travis.yml
@@ -23,3 +23,9 @@ script:
23
# multiple processes
24
- python -c "from matplotlib import font_manager"
25
- python ../matplotlib/tests.py -sv --processes=8 --process-timeout=300
26
+
27
+after_failure:
28
+ - cd ../tmp_test_dir
29
+ - tar cjf result_images.tar.bz2 result_images
30
+ - travis-artifacts upload --path result_images.tar.bz2
31
+ - echo https://s3.amazonaws.com/matplotlib-test-results/artifacts/${TRAVIS_BUILD_NUMBER}/${TRAVIS_JOB_NUMBER}/result_images.tar.bz2
0 commit comments