pdfminer.six/.travis.yml

12 lines
145 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.4"
install:
- pip install six
- pip install pycrypto
script:
- make test
- nosetests