Use python 2.7 docker image

This commit is contained in:
Daniel Martí 2015-07-29 16:52:09 -07:00
parent 592b9fba97
commit bc2328899a

View file

@ -1,3 +1,7 @@
image: python:2.7
services:
before_script:
- sudo apt-get update -qq
#- sudo apt-get install -y libxml2-dev