1language: python 2python: 3 - "2.7" 4 - "3.6" 5 - "3.7" 6 - "3.8" 7script: python tests/all_tests.py 8