Thanks to visit codestin.com
Credit goes to sourceforge.net

Menu

[74c3b8]: / .travis.yml  Maximize  Restore  History

Download this file

11 lines (10 with data), 135 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
language: python
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
install:
- pip install -r requirements.txt
script:
- pytest