From f4e7deaeba7a8176e79efe18c27438e87eb8fcab Mon Sep 17 00:00:00 2001 From: "Tobias Wellnitz, DH1TW" Date: Thu, 30 May 2019 14:47:31 +0200 Subject: [PATCH] updated CI and dependencies --- .travis.yml | 6 ++++-- setup.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4180717..65a50c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,17 @@ language: python +dist: xenial python: - "2.7" - - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "3.6" - "3.6-dev" # 3.6 development branch + - "3.7" - "3.7-dev" # 3.7 development branch + - "3.8-dev" # 3.7 development branch - "nightly" - - "pypy" # python 2 + - "pypy" services: - redis-server # install dependencies diff --git a/setup.py b/setup.py index 3fd290e..362b6fe 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup(name='pyhamtools', packages=['pyhamtools'], install_requires=[ "pytz>=2019.1", - "requests>=2.22.0", + "requests>=2.21.0", "pyephem>=3.7.6.0", "beautifulsoup4>=4.7.1", "future>=0.17.1",