.travis.yml (versions-1.5.4) | : | .travis.yml (versions-1.5.5) | ||
---|---|---|---|---|
language: python | language: python | |||
python: | python: | |||
- "2.7" | - "2.7" | |||
- "3.4" | ||||
- "3.5" | - "3.5" | |||
- "3.6" | - "3.6" | |||
- "3.7" | ||||
- "3.8" | ||||
# command to install dependencies | # command to install dependencies | |||
install: | install: | |||
- pip install -r requirements.txt | - pip install -r requirements.txt | |||
- pip install coverage | - pip install coverage | |||
# command to run tests | # command to run tests | |||
script: | script: | |||
- cd tests && bash coverage.bash coverage | - cd tests && bash coverage.bash coverage | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |