Skip to content

Commit cef7c6d

Browse files
858b2f72bd2a7c323e40585363a7d6ecdef7bf0b
1 parent d6dc6b9 commit cef7c6d

File tree

447 files changed

+62208
-17016
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

447 files changed

+62208
-17016
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: [ubuntu-20.04]
9-
python: ["3.6", "3.7", "3.8", "3.9", "3.10"]
9+
python: ["3.7", "3.8", "3.9", "3.10"]
1010
steps:
1111
- name: Check out repository code
1212
uses: actions/checkout@v3

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ var/
3333
# Installer logs
3434
pip-log.txt
3535
pip-delete-this-directory.txt
36+
dev-requirements.txt.log
3637

3738
# Unit test / coverage reports
3839
htmlcov/

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ stages:
1010
- pip install -r test-requirements.txt
1111
- pytest --cov=neurostore_sdk
1212

13+
test-3.5:
14+
extends: .tests
15+
image: python:3.5-alpine
1316
test-3.6:
1417
extends: .tests
1518
image: python:3.6-alpine
@@ -19,6 +22,3 @@ test-3.7:
1922
test-3.8:
2023
extends: .tests
2124
image: python:3.8-alpine
22-
test-3.9:
23-
extends: .tests
24-
image: python:3.9-alpine

0 commit comments

Comments
 (0)