]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/.travis.yml
CI: Remove branch limitations
[cookiecutter.git] / project_template / .travis.yml
index d78fc858d1324b9425d095de7fae9354f8b256e7..c3d76aa89bc4b7288095e3f2377b8d4b228ba231 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:
@@ -41,7 +30,7 @@ matrix:
     - env: TOXENV=pypy
 
 install:
-  - travis_retry pip install --upgrade pip setuptools tox ppu
+  - travis_retry pip install --upgrade "pip < 19.1" setuptools tox ppu
 
 script:
   - tox