File: .travis.yml

package info (click to toggle)
python-base36 0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 132 kB
  • sloc: python: 65; makefile: 6; sh: 5
file content (14 lines) | stat: -rw-r--r-- 229 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: python
python:
  - "2.7"
  - "3.3"
  - "3.4"
  - "pypy"
install:
  - "pip install ."
  - "pip install pytest pytest-cov pytest-pep8 coveralls"
script: "py.test"
after_success: "coveralls"
branches:
  only:
    - master