File: .travis.yml

package info (click to toggle)
pypjlink2 1.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: python: 571; makefile: 7; sh: 5
file content (12 lines) | stat: -rw-r--r-- 162 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
language: python
python:
  - "3.5"
  - "3.6"
  - "3.7"
  - "3.7-dev"
  - "3.8"
  - "3.8-dev"
install:
  - pip install -r test_requirements.txt
script:
  - pytest