Use python 2.7 docker image
This commit is contained in:
parent
592b9fba97
commit
bc2328899a
|
@ -1,3 +1,7 @@
|
|||
image: python:2.7
|
||||
|
||||
services:
|
||||
|
||||
before_script:
|
||||
- sudo apt-get update -qq
|
||||
#- sudo apt-get install -y libxml2-dev
|
||||
|
|
Loading…
Reference in a new issue