This repository has been archived by the owner on Nov 2, 2021. It is now read-only.
forked from datalad/datalad-extension-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
and test against released versions.
- Loading branch information
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters