language: python python: - "3.4" - "3.5" - "3.6" before_install: - "pip install pipenv" - "sudo apt-get install -y sqlite3 fftw3 libfftw3-dev" install: - "pipenv sync" script: ./run_tests.sh