File: .travis.yml

package info (click to toggle)
lecm 0.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 212 kB
  • sloc: python: 604; makefile: 10
file content (9 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
language: python
python:
  - "2.7"
  - "3.4"
  - "3.5"
  - "nightly"
install:
  - pip install -r test-requirements.txt
script: tox