File: .travis.yml

package info (click to toggle)
pprintpp 0.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 216 kB
  • sloc: python: 774; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: python

python:
  - 2.7
  - 3.6
  - 3.5
  - 3.4
  - pypy

install:
  - pip install -r test-requires.txt

script:
  - python test.py