We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The scripts for testing, releasing, and publishing haven’t been touched in ages.
I’m going to do a basic setup for the following:
CI Testing
pyenv
X.Y
travis-requirements.txt
.travis-requirements.txt
Other automation
git-hooks
pylint
Miscellaneous
.editorconfig
setup.py
pyvows/__meta__.py
make
The text was updated successfully, but these errors were encountered:
Zearin
No branches or pull requests
The scripts for testing, releasing, and publishing haven’t been touched in ages.
I’m going to do a basic setup for the following:
CI Testing
pyenv
(instead of pythonbrew) for CI testingX.Y
version of Pythontravis-requirements.txt
▶︎.travis-requirements.txt
Other automation
git-hooks
for project-wide hookspylint
to check code qualityMiscellaneous
.editorconfig
setup.py
topyvows/__meta__.py
make
targets withsetup.py
commandshttp://www.niteoweb.com/blog/setuptools-run-custom-code-during-install
The text was updated successfully, but these errors were encountered: