~ubuntu-branches/ubuntu/wily/python-webob/wily

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: Package Import Robot
  • Author(s): Barry Warsaw
  • Date: 2015-04-27 14:36:48 UTC
  • mfrom: (25.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20150427143648-t8uc0xpffkdjmitz
Tags: 1.4.1-1
* New upstream release.
* d/control: Update Standards-Version to 3.9.6 with no other changes needed.
* d/watch: Use the pypi.debian.net mirror.
* d/copyright: Put debian/* under Expat like upstream.  (Closes: #748704)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
language: python
2
 
 
3
 
python:
4
 
  - 2.6
5
 
  - 2.7
6
 
  - 3.2
7
 
  - 3.3
8
 
  - pypy
9
 
 
10
 
install: python setup.py install
11
 
 
12
 
script: python setup.py nosetests