File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ sudo: required
3
3
services :
4
4
- docker
5
5
6
- env :
7
- - SINGVER=2.5.1
8
-
9
6
before_install :
10
7
- wget -O- http://neuro.debian.net/lists/trusty.us-nh.full | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
11
8
- sudo apt-key add .travis.singularity_key.txt
Original file line number Diff line number Diff line change @@ -35,12 +35,6 @@ install:
35
35
- " %PYTHON%\\ python.exe -m pip install -U codecov pytest-xdist pytest-cov galaxy-lib -rtest-requirements.txt"
36
36
# Note the use of a `^` to escape the `>`
37
37
38
- for :
39
- - matrix :
40
- only : [ { PYTHON_VERSION: "3.7.x" } ]
41
- before_build :
42
- - " %PYTHON%\\ python.exe -m pip install https://download.lfd.uci.edu/pythonlibs/l8ulg3xw/lxml-4.2.3-cp37-cp37m-win_amd64.whl"
43
-
44
38
build_script :
45
39
- " %PYTHON%\\ python.exe -m pip install -rrequirements.txt"
46
40
You can’t perform that action at this time.
0 commit comments