Skip to content

Commit 562909b

Browse files
committed
Enable pip cache in travis-ci
1 parent 1cf868a commit 562909b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
- 3.4
77
- 3.5
88
- pypy
9+
cache: pip
910
install:
1011
- pip install pytest-cov coveralls flake8 import-order gevent==1.1b5
1112
- pip install pytest>=2.7.3 --upgrade
@@ -21,4 +22,4 @@ matrix:
2122
script:
2223
- flake8
2324
- import-order graphql
24-
- py.test --cov=graphql tests tests_py35
25+
- py.test --cov=graphql tests tests_py35

0 commit comments

Comments
 (0)