Add apt update

This commit is contained in:
Vinayak Mehta
2018-10-07 13:58:09 +05:30
parent 2527512f63
commit 455b6d7961
+4 -1
View File
@@ -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
- codecov --verbose