1 2 3 4 5 6 7language: python python: - "3.6" install: pip install -r requirements.txt script: - python unit_tests.py
1 2 3 4 5 6 7
language: python python: - "3.6" install: pip install -r requirements.txt script: - python unit_tests.py