From: Kaliko Jack Date: Sat, 26 Oct 2019 14:32:00 +0000 (+0200) Subject: Fixed travis build X-Git-Tag: v0.5.0~11 X-Git-Url: https://git.kaliko.me/?p=python-musicpd.git;a=commitdiff_plain;h=267f302175ea2b9f6b6d227fcf3ffc1a88d7588b Fixed travis build --- diff --git a/.travis.yml b/.travis.yml index 8aa0394..222892e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,6 @@ branches: - dev python: - - "3.2" - - "3.3" - - "3.4" + - "3.7" script: python3 setup.py test