X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.travis.yml;h=649f8bf2a406e4dd92e8b8978fa22abad7e5b651;hb=66a2e31cb049a4873f871fd34916410affbedd0e;hp=296296e3a2f9d5ca9688d837d865366a798372d2;hpb=4648251a63344a1072171244e8ffc2f4e622516d;p=ppu.git diff --git a/.travis.yml b/.travis.yml index 296296e..649f8bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,6 @@ -# Config file for automatic testing at travis-ci.org +os: linux -# Only test master and pull requests; skip tags. -# Other branches can allow themselves. -branches: - only: - - master +dist: xenial language: python @@ -24,12 +20,10 @@ matrix: - python: "3.6" env: TOXENV=py36 - python: "3.7" - dist: xenial env: TOXENV=py37 - python: "2.7" env: TOXENV=py27-flake8 - python: "3.7" - dist: xenial env: TOXENV=py37-flake8 install: