pdfminer.six/.travis.yml

12 lines
136 B
YAML
Raw Normal View History

dist: focal
language: python
python:
- "3.6"
2019-10-23 19:05:30 +00:00
- "3.7"
- "3.8"
- "3.9"
install:
- pip install tox tox-travis
script:
- tox -r