Skip to content

Commit

Permalink
cleans up post-travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TomSmithCGAT committed Jul 11, 2022
1 parent da31942 commit cd6cfa7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 57 deletions.
31 changes: 0 additions & 31 deletions .travis.yml

This file was deleted.

20 changes: 0 additions & 20 deletions test_umi_tools.sh

This file was deleted.

6 changes: 0 additions & 6 deletions tests/test_umi_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
PYTHON_VERSION = platform.python_version()
IS_PY3 = sys.version_info.major >= 3

TRAVIS = os.environ.get("TRAVIS", False) == "true"
JENKINS = os.environ.get("USER", "") == "jenkins"

SUBDIRS = ("gpipe", "optic")

Expand Down Expand Up @@ -248,10 +246,6 @@ def test_tool():
if PYTHON_VERSION.startswith(x)]
if len(versions) > 0:
continue
if "skip_travis" in values and TRAVIS:
continue
if "skip_jenkins" in values and JENKINS:
continue

yield(check_script,
test,
Expand Down

0 comments on commit cd6cfa7

Please sign in to comment.