Add apt update
This commit is contained in:
+4
-1
@@ -12,9 +12,12 @@ matrix:
|
|||||||
sudo: true
|
sudo: true
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get install python-tk python3-tk ghostscript
|
- sudo apt-get install python-tk python3-tk ghostscript
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
update: true
|
||||||
install:
|
install:
|
||||||
- pip install ".[dev]"
|
- pip install ".[dev]"
|
||||||
script:
|
script:
|
||||||
- pytest --verbose --cov-config .coveragerc --cov-report term --cov-report xml --cov=camelot tests
|
- pytest --verbose --cov-config .coveragerc --cov-report term --cov-report xml --cov=camelot tests
|
||||||
after_success:
|
after_success:
|
||||||
- codecov --verbose
|
- codecov --verbose
|
||||||
|
|||||||
Reference in New Issue
Block a user