pdfminer.six/.travis.yml

14 lines
215 B
YAML
Raw Normal View History

language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install six
- pip install pycryptodome
- pip install chardet
- pip install sortedcontainers
script:
nosetests --nologcapture