From 097db7108e19bccdd3e9c006af900a1ffc83c5b3 Mon Sep 17 00:00:00 2001 From: Hemna Date: Thu, 30 Jul 2020 10:19:29 -0400 Subject: [PATCH] Updated .travis.yml This update removes py27 testing and adds py38 testing --- .travis.yml | 2 +- ChangeLog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 618aee3..6647893 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,9 @@ language: python cache: pip python: + - 3.8 - 3.7 - 3.6 - - 2.7 # Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: pip install -U tox-travis -r requirements.txt -r test-requirements.txt diff --git a/ChangeLog b/ChangeLog index 590ddbb..2f41bac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ CHANGES ======= +* Update to work with py38 +* Rename \_\_version\_\_ to version * more * more readthedocs.yml * try and fix readthedocs.yml