John Anderson
2014-11-17 d965c4fa42aa04888e5a829d9975ffec26037c9b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Wire up travis
language: python
 
env:
  - TOX_ENV=py26
  - TOX_ENV=py27
  - TOX_ENV=py32
  - TOX_ENV=py33
  - TOX_ENV=py34
  - TOX_ENV=pypy
  - TOX_ENV=cover
 
install:
  - travis_retry pip install tox
 
script:
  - travis_retry tox
 
notifications:
  email:
    - pyramid-checkins@lists.repoze.org