aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralezakos <electrovesta@gmail.com>2020-08-09 16:49:58 +0300
committerGitHub <noreply@github.com>2020-08-09 16:49:58 +0300
commitb7c1bb6ac4b91146030206d6f4f8199e2e638ac7 (patch)
treef4de22bc428b0a4d26ca46f70681a55a58b263f4
parent65c3752b38fa827f816c63a6f864c60f3ea71f86 (diff)
downloadsupybot_github-b7c1bb6ac4b91146030206d6f4f8199e2e638ac7.tar.gz
supybot_github-b7c1bb6ac4b91146030206d6f4f8199e2e638ac7.tar.bz2
supybot_github-b7c1bb6ac4b91146030206d6f4f8199e2e638ac7.zip
Use python3 instead of python2 for CI tests
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 7567324..35f2482 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: python
python:
- - "2.6"
- - "2.7"
+ - "3.7"
+ - "3.8"
install:
- mkdir void

© 2014-2024 Faster IT GmbH | imprint | privacy policy