From 0ec2baaa83af1cf1567c07d80c7fa959d5f166e0 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Fri, 25 Jan 2019 18:49:35 +0100 Subject: [PATCH] Add Python 3.7 testing --- .travis.yml | 3 +++ README.rst | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b4b606a..c7ed7bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,9 @@ jobs: - python: 3.4 - python: 3.5 - python: 3.6 + - python: 3.7 + dist: xenial + sudo: required - python: pypy - stage: deploy diff --git a/README.rst b/README.rst index 88aced4..2f5b2fb 100644 --- a/README.rst +++ b/README.rst @@ -5,9 +5,9 @@ fbchat: Facebook Chat (Messenger) for Python :target: https://github.com/carpedm20/fbchat/tree/master/LICENSE :alt: License: BSD 3-Clause -.. image:: https://img.shields.io/badge/python-2.7%2C%203.4%2C%203.5%2C%203.6%20pypy-blue.svg +.. image:: https://img.shields.io/badge/python-2.7%2C%203.4%2C%203.5%2C%203.6%203.7%20pypy-blue.svg :target: https://pypi.python.org/pypi/fbchat - :alt: Supported python versions: 2.7, 3.4, 3.5, 3.6 and pypy + :alt: Supported python versions: 2.7, 3.4, 3.5, 3.6, 3.7 and pypy .. image:: https://readthedocs.org/projects/fbchat/badge/?version=master :target: https://fbchat.readthedocs.io