File: .travis.yml

package info (click to toggle)
gfapy 1.0.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,932 kB
  • sloc: python: 11,549; sh: 167; makefile: 66
file content (10 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
language: python
python:
  - "3.4"
env:
  - PYTHONHASHSEED=0
install:
  - pip install .
  - pip install nose
  - pip install Sphinx
script: "make tests"