File: .travis.yml

package info (click to toggle)
python-fitbit 0.3.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: python: 1,571; makefile: 134
file content (12 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
language: python
python:
  - pypy
  - pypy3.5
  - 2.7
  - 3.4
  - 3.5
  - 3.6
install:
  - pip install coveralls tox-travis
script: tox
after_success: coveralls