Merge pull request #88 from benjaminwinger/flac_fix

Fix flac CI error, remove testing with EOLed python, remove zoo installation, switch to bionic
This commit is contained in:
Yaroslav Halchenko 2020-08-19 22:03:04 -04:00 committed by GitHub
commit 6b1f82e2d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,11 @@
language: python language: python
dist: bionic
python: python:
- "2.7" - "2.7"
- "3.3"
- "3.4"
- "3.5" - "3.5"
- "3.6" - "3.6"
- "3.7"
- "3.8"
# whitelist # whitelist
branches: branches:
only: only:
@ -12,7 +13,7 @@ branches:
# install some archive programs # install some archive programs
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq archmage arj bzip2 lbzip2 pbzip2 cabextract ncompress cpio bsdcpio lzop lcab p7zip p7zip-full zip unzip rpm2cpio binutils arc nomarch unalz lrzip bsdtar rzip zoo xdms lzip plzip clzip pdlzip sharutils flac unadf zoo zpaq libchm-bin genisoimage rpm - sudo apt-get install -qq archmage arj bzip2 lbzip2 pbzip2 cabextract ncompress cpio bsdcpio lzop lcab p7zip p7zip-full zip unzip rpm2cpio binutils arc nomarch unalz lrzip bsdtar rzip xdms lzip plzip clzip pdlzip sharutils flac unadf zpaq libchm-bin genisoimage rpm
# apt errors: # apt errors:
#E: Package 'p7zip-rar' has no installation candidate #E: Package 'p7zip-rar' has no installation candidate
#E: Package 'rar' has no installation candidate #E: Package 'rar' has no installation candidate