]> git.phdru.name Git - sqlconvert.git/blobdiff - .travis.yml
CI: Remove branch limitations
[sqlconvert.git] / .travis.yml
index b240f97bab00f3881c3c73e850509aab7ea16c4b..ddc93951d97f11da52a4fa723c49c54a4125ad37 100644 (file)
@@ -1,14 +1,3 @@
-# Config file for automatic testing at travis-ci.org
-
-# Only test master and pull requests; skip tags.
-# Other branches can allow themselves.
-branches:
-  only:
-    - master
-
-# Prefer docker containers
-sudo: required
-
 language: python
 
 python:
@@ -65,7 +54,7 @@ matrix:
     env: TOXENV=py37-flake8
 
 install:
-  - travis_retry pip install --upgrade pip setuptools tox ppu
+  - travis_retry pip install --upgrade "pip < 19.1" setuptools tox ppu
 
 script:
   - tox