Revision 73fba0ae73d98f04ebf2cc40ca5cd91450a5e82e authored by Alex Wolf on 07 April 2018, 07:39:55 UTC, committed by GitHub on 07 April 2018, 07:39:55 UTC
savefig with bbox_inches = 'tight'
2 parent s c3c2df8 + dc1c49e
Raw File
.travis.yml
language: python
python:
  - "3.6"
install: source .travis_install.sh
script:
  - pytest
  - python setup.py check --restructuredtext --strict
  - rst2html.py --halt=2 README.rst >/dev/null
back to top