Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c4b69c1

Browse filesBrowse files
committed
Merge pull request PyMySQL#61 from graingert/patch-4
cache pip correctly
2 parents 3dd7535 + 2cfa419 commit c4b69c1
Copy full SHA for c4b69c1

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ sudo: false
22
language: python
33
python: "3.5"
44

5-
cache: pip
5+
cache:
6+
directories:
7+
- $HOME/.cache/pip
68
install:
79
- pip install tox
810

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.