File: .travis.yml

package info (click to toggle)
python-redfish 3.2.7-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 404 kB
  • sloc: python: 2,883; sh: 17; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 220 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
dist: focal
language: python
cache:
- pip
python:
- '3.8'
- '3.9'
- '3.11'
before_install:
- pip install -U pip
- pip install -U setuptools
- pip install -U wheel
install:
- pip install tox-travis .[devel]
script:
- tox