1language: python 2python: 3 - "3.6" 4 - "3.5" 5 - "3.4" 6 - "2.7" 7# command to run tests 8script: py.test --verbose --verbose 9sudo: False 10