Skip to content

Commit

Permalink
WIP travis
Browse files Browse the repository at this point in the history
  • Loading branch information
GalKepler committed Jul 25, 2024
1 parent e3ca3ce commit feee7fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

language: python
python:
- 3.8
- 3.7
- 3.6
- 3.10
- 3.11
- 3.12

# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -U tox-travis
install:
- pip install -U tox-travis
- pip install .

# Command to run tests, e.g. python setup.py test
script: tox
Expand All @@ -25,4 +27,4 @@ deploy:
on:
tags: true
repo: GalKepler/keprep
python: 3.8
python: 3.10
2 changes: 0 additions & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,4 @@ Workflow Settings
* **debug_sift**: Enable debugging mode for SIFT (default: False).




.. _BIDS: https://bids.neuroimaging.io

0 comments on commit feee7fd

Please sign in to comment.