/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: Toshio Kuratomi
  • Date: 2010-04-18 14:41:23 UTC
  • mto: (464.1.1 mod-wsgi)
  • mto: This revision was merged to the branch mainline in revision 465.
  • Revision ID: toshio@fedoraproject.org-20100418144123-c93a6zbtmxzid12g
Files to anable mod_wsgi

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
language: python
2
 
addons:
3
 
  apt:
4
 
    update: true
5
 
sudo: false
6
 
cache: pip
7
 
git:
8
 
  depth: false
9
 
 
10
 
python:
11
 
  - 2.7
12
 
 
13
 
script:
14
 
  - make check
15
 
 
16
 
install:
17
 
  - sudo apt install python-all subunit python-testtools adduser libjs-yui3-min
18
 
  - travis_retry pip install -U setuptools
19
 
  - travis_retry pip install -U pip coverage codecov flake8 testtools configobj cython testscenarios six docutils python-subunit dulwich bzr+lp:brz pygments simplejson paste http://www.owlfish.com/software/simpleTAL/downloads/SimpleTAL-4.3.tar.gz
20
 
 
21
 
after_success:
22
 
  - codecov