From 73cced43e33c2f2b5fc9ade90e614627e8d670b0 Mon Sep 17 00:00:00 2001 From: rafe Date: Fri, 12 Mar 2021 10:54:36 -0500 Subject: [PATCH] Tag a new release (2.4.0) --- .travis.yml | 5 ----- lib/db.py | 2 +- tests/requirements-test.txt | 17 ++--------------- 3 files changed, 3 insertions(+), 21 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d2be9fc..0000000 --- a/.travis.yml +++ /dev/null @@ -1,5 +0,0 @@ -language: python -python: - - "3.6" -install: "pip install -r tests/requirements-test.txt" -script: "pytest tests" diff --git a/lib/db.py b/lib/db.py index e8ff0ce..00b72c3 100644 --- a/lib/db.py +++ b/lib/db.py @@ -5,7 +5,7 @@ import sys from os.path import basename, exists, join -ATRAM_VERSION = 'v2.3.5' +ATRAM_VERSION = 'v2.4.0' # DB_VERSION != ATRAM_VERSION # We don't force DB changes until required. diff --git a/tests/requirements-test.txt b/tests/requirements-test.txt index 059bb33..4285f12 100644 --- a/tests/requirements-test.txt +++ b/tests/requirements-test.txt @@ -1,15 +1,2 @@ -atomicwrites>=1.3.0 -attrs>=19.3.0 -biopython>=1.74 -importlib-metadata>=0.23 -more-itertools>=7.2.0 -numpy>=1.17.3 -packaging>=19.2 -pluggy>=0.13.0 -psutil>=5.6.3 -py>=1.8.0 -pyparsing>=2.4.2 -pytest>=5.2.1 -six>=1.12.0 -wcwidth>=0.1.7 -zipp>=0.6.0 +more-itertools==8.4.0 +pytest==5.4.3