Skip to content

Commit

Permalink
Move extras/ to scripts/
Browse files Browse the repository at this point in the history
  • Loading branch information
ivotron committed Jun 10, 2020
1 parent 0f0913a commit 715f59a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Expand Up @@ -5,9 +5,9 @@ wiki
.ropeproject/
.sass-cache/
docs/_build
cli/popper.egg-info/
cli/build
cli/dist
src/popper.egg-info/
src/build
src/dist
.idea/
.cache
popper_logs
Expand All @@ -16,4 +16,4 @@ popper_status
popper_logs
popper_status
.pipeline_cache.yml
cli/popper/_version.py
src/popper/_version.py
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ env:
- ENGINE=singularity
services: docker
before_install:
- src/extras/install_singularity.sh
- src/scripts/install_singularity.sh
- pip install coverage
install:
- pip install src/[dev]
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 715f59a

Please sign in to comment.