File: .travis.yml

package info (click to toggle)
python-uritemplate 4.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 272 kB
  • sloc: python: 1,190; makefile: 9
file content (23 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: python
sudo: false

matrix:
  include:
    - python: 3.8
      env: TOXENV=py38
    - env: TOXENV=pep8

install:
  - pip install tox

script:
  - tox

notifications:
  on_success: change
  on_failure: change
  irc:
    channels:
      - "irc.freenode.org#github3.py"
    user_notice: true
    skip_join: true