~ubuntuone-pqm-team/scrivener/trunk

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: David Reid
  • Date: 2012-12-02 01:55:17 UTC
  • mfrom: (27.1.1)
  • Revision ID: git-v1:65be26bb6af7b4e2281f013ef57b971eaeb7a208
Merge pull request #2 from racker/multi-twisted

Add twisted versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    - '2.6'
4
4
    - '2.7'
5
5
    - pypy
 
6
 
 
7
env:
 
8
  - TWISTED_VERSION=12.0.0
 
9
  - TWISTED_VERSION=12.1.0
 
10
  - TWISTED_VERSION=12.2.0
 
11
 
6
12
install:
7
13
  - pip install pep8 pyflakes
8
 
  - pip install Twisted
 
14
  - pip install Twisted==$TWISTED_VERSION
9
15
  - pip install -r requirements.txt
 
16
 
10
17
script:
11
18
  - pep8 --exclude='_thrift' scrivener
12
19
  - find scrivener -not -path '*/_thrift*' -name '*.py' | xargs pyflakes