X-Git-Url: https://git.phdru.name/?p=ppu.git;a=blobdiff_plain;f=.travis.yml;h=68a214e35f2cb7b211df659d6f0377fa0f9d4143;hp=ddec68a13e46712bb9c2024cbd4eebe5b394aefe;hb=HEAD;hpb=dd127f84569ceebec6243a16c3bb9e4130493a6b diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index ddec68a..0000000 --- a/.travis.yml +++ /dev/null @@ -1,30 +0,0 @@ -# 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: - - "3.6" - -cache: pip - -env: - - TOXENV=py27 - - TOXENV=py33 - - TOXENV=py34 - - TOXENV=py35 - - TOXENV=py36 - -install: - - travis_retry pip install tox - -script: - - tox