File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 20
20
[](https://gemnasium.com/bamos/python-scripts)
21
21
22
22
This is a collection of short Python scripts use in Linux.
23
+ Portions of this README are automatically generated with
24
+ [generate-readme.py](https://github.com/bamos/python-scripts#generate-readmepy).
25
+
26
+ # Adding to your PATH
23
27
I have these added to my `PATH`
24
28
[variable](https://wiki.archlinux.org/index.php/Environment_variables)
25
29
to run from anywhere.
26
- The script contents in this README have been
27
- [automatically generated](https://github.com/bamos/python-scripts#generate-readmepy).
28
-
29
- # Adding to your PATH
30
30
Clone the repo and add the following
31
31
to your `bashrc` or `zshrc`, replacing `<python-scripts>`
32
32
with the location of the cloned repository.
58
58
[.travis-script-2.sh](https://github.com/bamos/python-scripts/blob/master/.travis-script-2.sh)
59
59
and
60
60
[.travis-script-3.sh](https://github.com/bamos/python-scripts/blob/master/.travis-script-3.sh)
61
- to ensure `requirements.txt` has all of the Python 2 and Python 3 scripts
62
- and that there are no careless errors.
61
+ to ensure `requirements-{2,3}.txt` have all of the Python 2 and Python 3 scripts
62
+ and that there are no careless errors that cause the scripts to
63
+ not execute the help message.
63
64
[pep8](https://github.com/jcrocholl/pep8) will fail the build
64
65
pep8 styling conventions aren't met.
65
66
You can’t perform that action at this time.
0 commit comments