diff --git a/.travis.yml b/.travis.yml index a374647..9c25007 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,15 @@ language: python dist: trusty # MariaDB 10.1 doesn’t work in xenial python: # Note: each extra job will cause test_runner.py to try to edit another page – # QuickCategories CI Test/1, QuickCategories CI Test/2, etc. – # and since the bot password does not have permission to create pages, # when adding a new job you’ll have to create that page manually first. # (This may not apply when jobs were removed in the meantime.) - - "3.5" - "3.7.0a2" addons: mariadb: "10.1" env: - MARIADB_ROOT_PASSWORD="" script: - make check