mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
a6fb4a7945
Signed-off-by: Dan Ryan <dan@danryan.co> Fix windows testing Signed-off-by: Dan Ryan <dan@danryan.co> Update runner Signed-off-by: Dan Ryan <dan@danryan.co> Fix powershell script Signed-off-by: Dan Ryan <dan@danryan.co> Fix git ssl issues Signed-off-by: Dan Ryan <dan@danryan.co> Fix test name Signed-off-by: Dan Ryan <dan@danryan.co> Update test publication Signed-off-by: Dan Ryan <dan@danryan.co> Only run py36 py37 and py27 for testing Signed-off-by: Dan Ryan <dan@danryan.co> Enable linux builds Signed-off-by: Dan Ryan <dan@danryan.co> triple parallel Signed-off-by: Dan Ryan <dan@danryan.co> Update linux tests Signed-off-by: Dan Ryan <dan@danryan.co> Make sure home directory exists Signed-off-by: Dan Ryan <dan@danryan.co> Use pipenv to run tests Signed-off-by: Dan Ryan <dan@danryan.co> add vendoring script to linux build scripts Signed-off-by: Dan Ryan <dan@danryan.co> fix vendoring test Signed-off-by: Dan Ryan <dan@danryan.co> Lets try it this way Signed-off-by: Dan Ryan <dan@danryan.co> Syntax issue Signed-off-by: Dan Ryan <dan@danryan.co> Prune vsts-ci folder from manifest Signed-off-by: Dan Ryan <dan@danryan.co> Separate manifest step from vendoring Signed-off-by: Dan Ryan <dan@danryan.co> Update vsts vendoring script Signed-off-by: Dan Ryan <dan@danryan.co> Syntax error.. Signed-off-by: Dan Ryan <dan@danryan.co> fix vendoring Signed-off-by: Dan Ryan <dan@danryan.co> gah wrong version spec! Signed-off-by: Dan Ryan <dan@danryan.co> fix vsts Signed-off-by: Dan Ryan <dan@danryan.co> test updates Signed-off-by: Dan Ryan <dan@danryan.co> VSTS Syntax error... Signed-off-by: Dan Ryan <dan@danryan.co> and fix windows runner Signed-off-by: Dan Ryan <dan@danryan.co> maybe... Signed-off-by: Dan Ryan <dan@danryan.co> does this one work? Signed-off-by: Dan Ryan <dan@danryan.co> how about now Signed-off-by: Dan Ryan <dan@danryan.co> fix manifest Signed-off-by: Dan Ryan <dan@danryan.co> hmm now windows fails? Signed-off-by: Dan Ryan <dan@danryan.co> hmmmm... Signed-off-by: Dan Ryan <dan@danryan.co> Conditonal testing uses its own special phase Signed-off-by: Dan Ryan <dan@danryan.co>
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
include LICENSE README.md CONTRIBUTING.md CODE_OF_CONDUCT.md CHANGELOG.rst NOTICES HISTORY.txt
|
|
include Makefile pyproject.toml get-pipenv.py
|
|
include examples/Pipfil*
|
|
recursive-include pipenv LICENSE LICENSE* *LICENSE* *COPYING* t32.exe t64.exe w32.exe w64.exe cacert.pem
|
|
recursive-include pipenv *.cfg
|
|
recursive-include pipenv/vendor *.c *.j2
|
|
recursive-include pipenv *.md *.APACHE *.BSD
|
|
recursive-include pipenv Makefile
|
|
recursive-include pipenv/vendor vendor.txt
|
|
recursive-include pipenv README
|
|
include pipenv/patched/notpip/_vendor/vendor.txt
|
|
include pipenv/patched/safety.zip pipenv/patched/patched.txt
|
|
include pipenv/vendor/pipreqs/stdlib pipenv/vendor/pipreqs/mapping
|
|
include pipenv/vendor/*.txt pipenv/vendor/pexpect/bashrc.sh
|
|
include pipenv/vendor/Makefile
|
|
include pipenv/pipenv.1
|
|
exclude .editorconfig .travis.yml .env appveyor.yml tox.ini pytest.ini
|
|
exclude Pipfile* CHANGELOG.draft.rst
|
|
exclude docker-compose.yml Dockerfile
|
|
exclude run-tests.sh run-tests.bat
|
|
|
|
recursive-include docs Makefile *.rst *.py *.bat
|
|
recursive-include docs/_templates *.html
|
|
recursive-include docs/_static *.js *.css *.png
|
|
recursive-exclude docs requirements*.txt
|
|
|
|
prune .buildkite
|
|
prune .github
|
|
prune .vsts-ci
|
|
prune docs/build
|
|
prune news
|
|
prune tasks
|
|
prune tests
|