File: .travis.yml

package info (click to toggle)
python-pynetgear 0.10.10-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: python: 1,296; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
os: linux
dist: xenial

language: python
python:
  - 2.7
  - 3.4
  - 3.8
cache:
  pip: true

before_install:
  - pip install -r requirements_all.txt
  - pip install -e .
install:
  - python setup.py install
  - python setup.py sdist
script:
  - flake8 pynetgear