1 2 3 4 5 6 7
language: python python: - "3.7" - "3.8-dev" install: - "pip install ." script: testall.py