pdfminer.six/.travis.yml

10 lines
119 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:
2014-06-14 02:24:45 +00:00
- pip install pycrypto
2014-05-29 06:58:58 +00:00
script:
2014-06-14 03:00:31 +00:00
- make unittest
2014-05-29 06:58:58 +00:00
- make test