Skip to content

Commit

Permalink
Merge pull request datalad#54 from datalad/tst-modernizetestruns
Browse files Browse the repository at this point in the history
Minor update of versions for CI
  • Loading branch information
mih authored Jul 14, 2020
2 parents 22f3bbb + c500a00 commit 81f270a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_crippled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GitHub Almighty"
- uses: actions/checkout@v1
- name: Set up Python 3.5
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.5
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: python

python:
- 3.5
- 3.6
- 3.7

cache:
- apt
Expand All @@ -21,9 +21,6 @@ env:
# Special settings/helper for combined coverage from special remotes execution
- COVERAGE=coverage
- DATALAD_DATASETS_TOPURL=http://datasets-tests.datalad.org
matrix:
- DATALAD_REPO_VERSION=5
- DATALAD_REPO_VERSION=6

matrix:
include:
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ environment:
PYTHON_VERSION: "3.5.1"
PYTHON_ARCH: "32"
MINICONDA: C:\Miniconda35
DATALAD_REPO_VERSION: 6

init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH% %MINICONDA%"
Expand Down

0 comments on commit 81f270a

Please sign in to comment.