File: .travis.yml

package info (click to toggle)
python-tzlocal 2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 204 kB
  • sloc: python: 412; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
os:
  - linux
language: python
python:
  - "2.7"
  - "3.6"
  - "3.7"
  - "3.8"
  - "nightly"
# command to run tests
install:
# Nothing needed
script: python setup.py test