File: .travis.yml

package info (click to toggle)
python-zake 0.2.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: python: 1,362; sh: 62; makefile: 20
file content (12 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
language: python
python:
  - "2.6"
  - "2.7"
  - "3.4"
# command to install dependencies
install:
  - "pip install ."
  - "pip install -r test-requirements.txt"
# command to run tests
script: nosetests