Add install of python-dateutil to travis.yml

This commit is contained in:
Thomas Lauf 2019-01-06 22:09:33 +01:00
parent 92a8029598
commit 8bdea9337a

View file

@ -41,6 +41,8 @@ matrix:
- name: "Mac OS X 10.13"
os: osx
env: CONTAINER=osx
before_install:
- sudo apt-get install -y python-dateutil
install:
# Build the docker container
- pushd $TRAVIS_BUILD_DIR