Skip to content

Commit

Permalink
Move helpers to new directory
Browse files Browse the repository at this point in the history
  • Loading branch information
petr-muller committed Feb 16, 2018
1 parent dd87efd commit 12bfd4b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions helpers.sh → helpers/helpers.sh
Expand Up @@ -5,12 +5,12 @@ example() {
}

ft() {
cat fast-setup.cfg > setup.cfg
cat helpers/fast-setup.cfg > setup.cfg
python setup.py test
}

st() {
cat strict-setup.cfg > setup.cfg
cat helpers/strict-setup.cfg > setup.cfg
python setup.py test
}

Expand Down
File renamed without changes.

0 comments on commit 12bfd4b

Please sign in to comment.