File: circle.yml

package info (click to toggle)
python-twitter 3.3-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,044 kB
  • sloc: python: 6,244; makefile: 213
file content (12 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
dependencies:
  override:
    - pip install -U pip
    - make dev

test:
  pre:
    - make info
    - uname -a
    - lsb_release -a
  override:
    - make ci