File: .travis.yml

package info (click to toggle)
python-cai 1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 43,276 kB
  • sloc: python: 713; makefile: 24
file content (12 lines) | stat: -rw-r--r-- 165 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
language: python
python:
  - "3.4"
  - "3.5"
  - "3.6"
install:
    - pip install black
    - pip install -e .
script:
    - black . --check
    - pytest
cache: pip