Skip to content

Commit ad40835

Browse files
author
Teddy Reed
committed
Merge pull request #14 from thedrow/patch-1
Moved travis workers to the sudoless environment and enabled caching
2 parents a3a1b71 + 880663c commit ad40835

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
language: python
2+
sudo: false
3+
cache:
4+
directories:
5+
- $HOME/.cache/pip
26
python:
37
- 2.6
48
- 2.7

0 commit comments

Comments
 (0)