before_script: - apt-get update -qq - apt-get install python3 - pip install numpy pandas seaborn - pip install . - pip install pytest test37: image: python:3.7 script: - pytest gyral_structure/test -m "not slowtest" test36: image: python:3.6 script: - pytest gyral_structure/test -m "not slowtest"