File: .travis.yml

package info (click to toggle)
python-jsonpath-rw 1.4.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: python: 898; makefile: 21; sh: 10
file content (14 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: python
python:
 - "2.6"
 - "2.7"
 - "3.2"
 - "3.3"
 - "3.4"
install: 
 - "pip install . --use-mirrors"
 - "pip install pytest --use-mirrors"
 - "pip install coverage coveralls"
script: coverage run setup.py test
after_success:
 - coveralls