File: .travis.yml

package info (click to toggle)
pyfiglet 0.8.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 248 kB
  • sloc: python: 831; sh: 66; makefile: 8
file content (17 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: python
python:
 - "2.6"
 - "2.7"
 - "3.2"
 - "3.3"
 - "3.4"
 - "3.5"
 - "3.6"
 - "pypy"
before_install:
 - "sudo apt-get update -qq"
 - "sudo apt-get install -qq toilet figlet"
install:
    - "pip install -r requirements.txt || true"
    - "pip install ."
script: python pyfiglet/test.py