Skip to content

Commit 8adda2f

Browse files
authored
.travis.yml: removed unused SINGVER (#853)
* Appveyor: lxml has wheels for py3.7 again
1 parent c15f00d commit 8adda2f

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ sudo: required
33
services:
44
- docker
55

6-
env:
7-
- SINGVER=2.5.1
8-
96
before_install:
107
- wget -O- http://neuro.debian.net/lists/trusty.us-nh.full | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
118
- sudo apt-key add .travis.singularity_key.txt

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ install:
3535
- "%PYTHON%\\python.exe -m pip install -U codecov pytest-xdist pytest-cov galaxy-lib -rtest-requirements.txt"
3636
# Note the use of a `^` to escape the `>`
3737

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-
4438
build_script:
4539
- "%PYTHON%\\python.exe -m pip install -rrequirements.txt"
4640

0 commit comments

Comments
 (0)