don't disable certificate checks anymore

Executables generated with PyInstaller auto-include the root certificate
file and certificate checks now work out-of-the-box.
This commit is contained in:
Mike Fährmann
2019-04-17 12:48:24 +02:00
parent 166a721c19
commit e25ebc4bff
3 changed files with 1 additions and 19 deletions

View File

@@ -25,7 +25,6 @@ TRAVIS_SKIP = {
# temporary issues, etc.
BROKEN = {
"acidimg",
"mangapark",
}