pdfminer.six/.travis.yml

9 lines
99 B
YAML
Raw Normal View History

2014-05-29 06:58:58 +00:00
language: python
python:
- "2.6"
- "2.7"
2014-06-14 02:16:50 +00:00
install:
- pip install Crypto
2014-05-29 06:58:58 +00:00
script:
- make test