From 5fbc5a47a303ad4f64ac5989eee36b6ea3b1e742 Mon Sep 17 00:00:00 2001 From: Erick Daniszewski Date: Fri, 26 Mar 2021 08:01:58 -0400 Subject: [PATCH] ci: remove travis, replaced with gh-actions, remove py3.5 --- .travis.yml | 16 ---------------- tox.ini | 1 - 2 files changed, 17 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 8e88510..0000000 --- a/.travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -language: python -python: - - "3.4" - - "3.5" - - "3.6" - -# install dependencies -install: pip install tox-travis - -# run tests and linting -script: - - tox - - tox -e lint - -after_success: - - coveralls \ No newline at end of file diff --git a/tox.ini b/tox.ini index fa6a938..87bd649 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,6 @@ python = [testenv] basepython= - py35: python3.5 py36: python3.6 py37: python3.7 py38: python3.8