File: .travis.yml

package info (click to toggle)
python-wsaccel 0.6.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: python: 370; makefile: 41; ansic: 16
file content (14 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sudo: false
language: python
python:
    - "2.7"
    - "3.6"
    - "3.7"
    - "3.8"
    - "3.9"

install:
    - "pip install cython"
    - "pip install ."

script: "pytest -v tests"