before_script: - apt-get update - apt-get install libblas-dev liblapack-dev gfortran -y test-3.4: image: python:3.4 script: - pip install -e . - pip install pytest - py.test .