Skip to content

Commit

Permalink
removed outdated comment thats been solved; bump back travis to the s…
Browse files Browse the repository at this point in the history
…tandard branches
  • Loading branch information
vreuter committed Mar 9, 2017
1 parent 7bf6691 commit 4c2155f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ install:
script: pytest
branches:
only:
- setupargs
- dev
- master

6 changes: 0 additions & 6 deletions looper/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1664,12 +1664,6 @@ class InterfaceManager(object):
""" Aggregate PipelineInterface and ProtocolMapper objects so that a
Project can use pipelines distributed across multiple locations. """

# TODO: note that this permits submission of jobs for same sample for
# same script/pipeline name if a protocol maps to that script name in
# multiple pipelines_dir locations. This is intentional, but it's a
# design decision that can be discussed. Perhaps a boolean
# parameter governing this behavior could be provided.


def __init__(self, pipeline_dirs):
"""
Expand Down

0 comments on commit 4c2155f

Please sign in to comment.