File: .travis.yml

package info (click to toggle)
xia 2.2-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 24,744 kB
  • sloc: python: 5,119; sh: 74; perl: 13; makefile: 9
file content (8 lines) | stat: -rw-r--r-- 158 bytes parent folder | download
1
2
3
4
5
6
7
8
language: python
python:
  - "2.7"
# command to install dependencies
install:
  - pip install pillow
# command to run tests
script: nosetests tests/test_*.py