image: python:3.6-jessie
build:
tags: - docker
script: - pip install --upgrade pip setuptools wheel
- pip install cython numpy
- tox