1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/.gitignore
Hugo 61b011293b Run functional tests for install in separate jobs (#5436)
Speeds up the end-to-end running time for Travis tests.

* Adds a new jobs to test_install* separately (using -k "[not] test_install")
* More generic cache ignore
* Move slower Python 3.5 tests before 3.4
* Factor tox envs
2018-05-26 16:46:12 +05:30

39 lines
418 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
build/
dist/
*.egg
*.eggs
*.egg-info/
MANIFEST
# Documentation
docs/build/
# mypy
.mypy_cache/
# Unit test / coverage reports
.tox/
htmlcov/
.coverage
.coverage.*
.*cache
nosetests.xml
coverage.xml
*.cover
# Misc
*~
.*.sw?
# For IntelliJ IDEs (basically PyCharm)
.idea/
# Scratch Pad for experiments
.scratch/