Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
and test against released versions.
  • Loading branch information
bpoldrack committed Apr 6, 2020
1 parent f387dfa commit 4ec1851
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ install:
- git config --global user.email "[email protected]"
- git config --global user.name "Travis Almighty"
- cd ..; pip install -q codecov; cd -
- pip install -r requirements-devel.txt
# don't regularly test against master branches of datalad & extensions
#- pip install -r requirements-devel.txt
# So we could test under sudo -E with PATH pointing to installed location
- sudo sed -i -e 's/^Defaults.*secure_path.*$//' /etc/sudoers

Expand Down
1 change: 1 addition & 0 deletions requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
-e git+https://github.com/datalad/datalad-neuroimaging.git#egg=datalad_neuroimaging
-e git+https://github.com/datalad/datalad-container.git#egg=datalad_container
-e git+https://github.com/datalad/datalad-metalad.git#egg=datalad_metalad
-e git+https://github.com/datalad/datalad-webapp.git#egg=datalad_webapp
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
zip_safe=False,
# datalad command suite specs from here
install_requires=[
'datalad[full]>=0.12.0rc4',
'datalad[full]>=0.12.5',
'datalad-metalad>=0.2.0',
'datalad-neuroimaging',
'datalad-container>=0.5.2',
'datalad-webapp',
'datalad-webapp>=0.3',
],
extras_require={
'devel-docs': [
Expand Down

0 comments on commit 4ec1851

Please sign in to comment.