~ubuntu-branches/debian/sid/pyzabbix/sid

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: Package Import Robot
  • Author(s): Michal Arbet
  • Date: 2018-03-12 16:35:52 UTC
  • Revision ID: package-import@ubuntu.com-20180312163552-e8e3fvawg7w9y8cw
Tags: upstream-0.7.4
ImportĀ upstreamĀ versionĀ 0.7.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
language: python
 
2
python:
 
3
  - "2.6"
 
4
  - "2.7"
 
5
  - "3.2"
 
6
  - "3.3"
 
7
  - "3.4"
 
8
install:
 
9
  - pip install requests
 
10
script:  python setup.py nosetests