Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
devflow
Commits
1715bcbd
Commit
1715bcbd
authored
Apr 01, 2013
by
Christos Stavrakakis
Browse files
/usr/bin/env sh -> /bin/sh
parent
1e92c864
Changes
4
Hide whitespace changes
Inline
Side-by-side
ci/autopkg_debian.sh
View file @
1715bcbd
#!/
usr/bin/env
sh
#!/
bin/
sh
set
-e
PACKAGES_DIR
=
$1
...
...
ci/pep8.sh
View file @
1715bcbd
#!/
usr/bin/env
sh
#!/
bin/
sh
r
=
$(
dirname
$(
realpath
$0
))
/..
pep8
$r
/devflow
ci/pylint.sh
View file @
1715bcbd
#!/
usr/bin/env
sh
#!/
bin/
sh
r
=
$(
dirname
$(
realpath
$0
))
/..
pylint
$r
/devflow
ci/tests.sh
View file @
1715bcbd
#!/
usr/bin/env
sh
#!/
bin/
sh
nosetests
--with-coverage
--cover-package
=
devflow
--nologcapture
\
--cover-inclusive
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment