diff options
author | Markus Holtermann <info@markusholtermann.eu> | 2020-01-21 00:06:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-21 00:06:20 +0100 |
commit | 2540991c4f2f16b7593d169b7b5aa59e6ccaf3c7 (patch) | |
tree | 358dc31d5e00953c8321cef05d1db96ff5853767 | |
parent | 490a1b8e98d5d97d4b072bfc443f9c290c72ec01 (diff) | |
download | bvg-grabber-2540991c4f2f16b7593d169b7b5aa59e6ccaf3c7.tar.gz bvg-grabber-2540991c4f2f16b7593d169b7b5aa59e6ccaf3c7.tar.bz2 bvg-grabber-2540991c4f2f16b7593d169b7b5aa59e6ccaf3c7.zip |
Update .travis.yml
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index a93232d..c0e5100 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,9 @@ language: python python: - - "3.2" - - "3.3" - "3.4" + - "3.6" + - "3.7" + - "3.8" # command to install dependencies install: - pip install -e . |