File: .travis.yml

package info (click to toggle)
dh-virtualenv 1.0-1~bpo8%2B1
  • links: PTS
  • area: main
  • in suites: jessie-backports
  • size: 240 kB
  • sloc: python: 876; perl: 149; makefile: 137
file content (6 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
language: python
python:
  - "2.6"
  - "2.7"
install: "pip install -r travis-requirements.txt"
script: nosetests