File: .travis.yml

package info (click to toggle)
django-tables 1.21.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,392 kB
  • sloc: python: 7,833; makefile: 123; sh: 74
file content (16 lines) | stat: -rw-r--r-- 175 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: python

python:
    - "2.7"
    - "3.4"
    - "3.5"
    - "3.6"

install:
  - pip install tox-travis python-coveralls

script:
  - tox

after_success:
    coveralls