Travis config updated
This commit is contained in:
parent
6714d56ea5
commit
a2f7510e3b
@ -1,6 +1,8 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get update
|
||||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||||
install:
|
install:
|
||||||
- pip install arxiv2bib
|
- pip install arxiv2bib
|
||||||
@ -10,8 +12,8 @@ install:
|
|||||||
- pip install isbntools
|
- pip install isbntools
|
||||||
- pip install bibtexparser
|
- pip install bibtexparser
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
- apt-get install -qq poppler-utils
|
- sudo apt-get install -qq poppler-utils
|
||||||
- apt-get install -qq djvulibre-bin
|
- sudo apt-get install -qq djvulibre-bin
|
||||||
# - python setup.py install
|
# - python setup.py install
|
||||||
# command to run tests, e.g. python setup.py test
|
# command to run tests, e.g. python setup.py test
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user