language: python python: - "2.7" - "3.4" # command to install dependencies install: - pip install -e .[test] # command to run tests script: - unit2