changeset 1:2dd4a1a15da4 draft

Deleted selected files
author tomnl
date Wed, 01 Feb 2017 10:04:03 -0500
parents 8f5496765a22
children b7d807308ab5
files mzml2isa-galaxy-master/.gitignore mzml2isa-galaxy-master/.travis.yml
diffstat 2 files changed, 0 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- a/mzml2isa-galaxy-master/.gitignore	Wed Feb 01 10:03:17 2017 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-*.pyc
-.idea
-*.egg-info
-.egg
-*~
-
--- a/mzml2isa-galaxy-master/.travis.yml	Wed Feb 01 10:03:17 2017 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-language: python
-
-before_install:
- - sudo apt-get install -y python-virtualenv
- - virtualenv planemo-venv
- - . planemo-venv/bin/activate
- - pip install --upgrade pip setuptools
- - pip install planemo
- - planemo conda_init
-
-install:
- - planemo conda_install ${TRAVIS_BUILD_DIR}/galaxy/mzml2isa/
-
-script:
- - planemo test --install_galaxy --no_cache_galaxy --conda_dependency_resolution ${TRAVIS_BUILD_DIR}/galaxy/mzml2isa/ --galaxy_branch "dev"
-