forked from Techsystech/web
Update travis configuration
use sudo: false to enable container build use cache: pip to cache pip packages6.1
parent
436aa376fe
commit
d3340a880d
|
@ -2,6 +2,9 @@ language: python
|
|||
python:
|
||||
- "2.7"
|
||||
|
||||
sudo: false
|
||||
cache: pip
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
|
Loading…
Reference in New Issue