pdfminer.six/.travis.yml

11 lines
158 B
YAML
Raw Normal View History

2014-05-29 06:58:58 +00:00
language: python
python:
- "2.7"
2014-09-03 13:26:08 +00:00
- "3.4"
2014-06-14 02:16:50 +00:00
install:
2014-09-03 13:26:08 +00:00
- pip install six
2014-06-14 02:24:45 +00:00
- pip install pycrypto
2015-05-30 18:35:05 +00:00
- pip install chardet
2014-05-29 06:58:58 +00:00
script:
2014-09-04 08:19:50 +00:00
nosetests --nologcapture