File: .travis.yml

package info (click to toggle)
py7zr 0.11.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,776 kB
  • sloc: python: 6,792; makefile: 193; ansic: 35
file content (22 lines) | stat: -rw-r--r-- 409 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
language: python
dist: focal
sudo: true
matrix:
  include:
    - python: pypy3.6-7.3.1
      arch: amd64
      env: TOXENV=pypy3 PYTEST_ADDOPTS="--benchmark-skip"
    - python: 3.8
      arch: arm64
      env: TOXENV=py38 PYTEST_ADDOPTS="--benchmark-skip"

before_install:
  - sudo apt-get -y install p7zip-full libarchive-dev
addons:
  apt:
    update: true

install:
  - pip install tox-travis

script: tox