summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-05-26 14:16:12 +0300
committerPradyun Gedam <pradyunsg@gmail.com>2018-05-26 16:46:12 +0530
commit61b011293b036330b56ba87a75aa4c330ab03b2d (patch)
tree7d8ab9f46de4f53fcb8548c98856fb1026ab9519 /.gitignore
parent8619e3edea410606b4449d10175a89bdda0936c8 (diff)
downloadpip-61b011293b036330b56ba87a75aa4c330ab03b2d.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1d842203b..31e69bc00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,7 +22,7 @@ docs/build/
htmlcov/
.coverage
.coverage.*
-.cache
+.*cache
nosetests.xml
coverage.xml
*.cover