From a2f7510e3b8e07e474a7760e1bab5c76ef64c60e Mon Sep 17 00:00:00 2001 From: Phyks Date: Mon, 30 Jun 2014 23:37:11 +0200 Subject: [PATCH] Travis config updated --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a460090..69338e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: python python: - 2.7 +before_install: + - sudo apt-get update # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - pip install arxiv2bib @@ -10,8 +12,8 @@ install: - pip install isbntools - pip install bibtexparser - pip install coveralls - - apt-get install -qq poppler-utils - - apt-get install -qq djvulibre-bin + - sudo apt-get install -qq poppler-utils + - sudo apt-get install -qq djvulibre-bin # - python setup.py install # command to run tests, e.g. python setup.py test script: