mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 16:40:24 +08:00
Add Python 3.1 and pandas to Travis specs
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.1"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
install:
|
||||
- pip install .
|
||||
- pip install nose
|
||||
- pip install pandas
|
||||
script: nosetests
|
||||
|
||||
Reference in New Issue
Block a user