File: .travis.yml

package info (click to toggle)
python-binary-memcached 0.31.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 304 kB
  • sloc: python: 1,723; makefile: 17
file content (15 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: python
dist: bionic
python:
  - "2.7"
  - "3.5"
  - "3.6"
  - "3.7"
  - "3.8"
env:
  - STEP=tests
  - STEP=lint

before_script: ./.travis-before-script.sh
install: pip install -r requirements_test.txt && python setup.py develop
script: ./.travis-runs-tests.sh