Skip to content

Commit be416d0

Browse files
committed
travis: cache: pip
1 parent 13ddae4 commit be416d0

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
@@ -1,7 +1,8 @@
11
sudo: false
22
language: python
3+
cache: pip
34
install:
4-
- pip install tox six
5+
- pip install tox
56

67
before_script:
78
- "mysql --help"

0 commit comments

Comments
 (0)