Skip to content

Commit 5a9cd6e

Browse files
author
b97pla
committed
removed deliver submodule and references to it
1 parent 03968b4 commit 5a9cd6e

12 files changed

+1
-1074
lines changed

.travis.yml

-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ language: python
33
python:
44
- "2.7"
55

6-
before_install:
7-
- export CHARON_BASE_URL=""
8-
- export CHARON_API_TOKEN=""
9-
- mkdir /home/travis/.ngipipeline
10-
- "echo foo: bar > /home/travis/.ngipipeline/ngi_config.yaml"
11-
126
install:
137
- python setup.py install
148

dependency_links.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
https://github.com/SciLifeLab/statusdb/archive/master.zip#egg=statusdb
2-
https://github.com/NationalGenomicsInfrastructure/ngi_pipeline/archive/devel.zip#egg=ngi_pipeline

doc/_templates/delivery.rst

-146
This file was deleted.

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
-r requirements.txt
22

33
nose
4+
mock
45
sphinx
56
sphinx-rtd-theme

requirements.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
click
22
requests
33
pyyaml
4-
mock
54
statusdb
6-
ngi_pipeline

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
'taca.subcommands': [
4040
'storage = taca.storage.cli:storage',
4141
'analysis = taca.analysis.cli:analysis',
42-
'deliver = taca.deliver.cli:deliver',
4342
]
4443
},
4544
install_requires=install_requires,

taca/deliver/__init__.py

Whitespace-only changes.

taca/deliver/cli.py

-96
This file was deleted.

0 commit comments

Comments
 (0)