summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMaxime Buquet <pep@bouah.net>2020-05-01 15:14:49 +0200
committerMaxime Buquet <pep@bouah.net>2020-05-01 15:14:49 +0200
commit0a7a4c3abec934e03ff4065c8607a98185f3e61a (patch)
tree8a3c8830319571944cd2f422c391ac65a50a047c /.travis.yml
parentc3fbc6cb80902102a9f73ffab72e0ebd52c912af (diff)
parenta4bbc404ed828274306045d6f4a10a11aec73ffb (diff)
downloadslixmpp-0a7a4c3abec934e03ff4065c8607a98185f3e61a.tar.gz
slixmpp-0a7a4c3abec934e03ff4065c8607a98185f3e61a.tar.bz2
slixmpp-0a7a4c3abec934e03ff4065c8607a98185f3e61a.tar.xz
slixmpp-0a7a4c3abec934e03ff4065c8607a98185f3e61a.zip
Merge branch 'python-version' into 'master'
Update Python version minimum requirement to 3.7 See merge request poezio/slixmpp!42
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index f503be34..be8e089c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,7 @@
language: python
python:
- - "3.4"
- - "3.5"
- - "3.6"
- - "3.7-dev"
+ - "3.7"
+ - "3.8-dev"
install:
- "pip install ."
script: testall.py