Update travis configuration
use sudo: false to enable container build use cache: pip to cache pip packagespull/217/head
parent
b3792f0b43
commit
c7fb190601
|
@ -1,3 +1,6 @@
|
||||||
|
sudo: false
|
||||||
|
cache: pip
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
|
Loading…
Reference in New Issue