From 455b6d7961d8f0d78f6203a19ca0a2fe018598fa Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Sun, 7 Oct 2018 13:58:09 +0530 Subject: [PATCH] Add apt update --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 91f3087..96968ad 100755 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,12 @@ matrix: sudo: true before_install: - sudo apt-get install python-tk python3-tk ghostscript +addons: + apt: + update: true install: - pip install ".[dev]" script: - pytest --verbose --cov-config .coveragerc --cov-report term --cov-report xml --cov=camelot tests after_success: - - codecov --verbose \ No newline at end of file + - codecov --verbose