f729fdd1a1
OpenStack infra has created Zuul project templates that will enable us to push our documentation to Read the Docs and the Airship website. While adding a tox file to this project is not ideal, it appears to be the only way to leverage these jobs at the moment. This change adds a tox.ini file to airshipctl to build our documentation and removes the venv solution. The Airship Working Committee will work with the OpenStack infra team, if possible, to make the publish jobs more flexible in the future and remove the tox.ini file. Change-Id: I274cf69a7c79e0aad1d4c9b1decfaf5630f0b18f Signed-off-by: Drew Walters <andrew.walters@att.com>
26 lines
279 B
Plaintext
26 lines
279 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
bin/
|
|
|
|
# Test binary, build wiith `go test -c`
|
|
*.test
|
|
*.example
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
.coverage/
|
|
|
|
# Various user specific files
|
|
.DS_Store
|
|
.idea/
|
|
.vimrc
|
|
*.swp
|
|
.vscode/
|
|
|
|
# Sphinx build venv
|
|
.tox/
|