File: .travis.yml

package info (click to toggle)
python-foobot-async 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 168 kB
  • sloc: python: 263; makefile: 15
file content (10 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
language: python
python:
    - "3.5"
    - "3.6"
    - "3.7"
    - "3.8"
    - "3.9"
install: pip install tox-travis python-coveralls
script: tox
after_success: coveralls