File: .travis.yml

package info (click to toggle)
python-xvfbwrapper 0.2.9-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 88 kB
  • sloc: python: 242; makefile: 25
file content (12 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
language: python
python:
  - "2.7"
  - "3.3"
  - "3.4"
  - "3.5"
  - "pypy"
before_install:
  - "sudo apt-get update -qq"
  - "sudo apt-get install -y xvfb"
script:
  - "python -m unittest discover"