language: python notifications: email: false python: - "3.6" os: - linux # command to install dependencies install: - "pip install --upgrade pip setuptools wheel" - "pip install --only-binary=numpy,scipy numpy scipy" - "pip install ." # command to run tests script: py.test