~canonical-ci-engineering/ubuntu-ci-services-itself/django-tastypie

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: Package Import Robot
  • Author(s): Dominique Belhachemi
  • Date: 2013-06-22 09:17:01 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130622091701-5up9mlpckb57g1ou
Tags: 0.9.15-1
* new upstream release
* Bump Standards-Version to 3.9.4
* updated watch file, thanks to Bart Martens

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
language: python
 
2
 
 
3
python:
 
4
  - "2.6"
 
5
 
 
6
env:
 
7
  - TOXENV=py26-1.3,py26-1.4,py26-1.5
 
8
  - TOXENV=py27-1.3,py27-1.4,py27-1.5
 
9
  - TOXENV=docs
 
10
  - TOXENV=py26-dev,py27-dev
 
11
 
 
12
matrix:
 
13
  allow_failures:
 
14
    - env: TOXENV=py26-dev,py27-dev
 
15
 
 
16
# command to install dependencies
 
17
install:
 
18
    - pip install tox
 
19
 
 
20
# command to run tests
 
21
script:
 
22
    - tox