John Anderson
2014-11-17 6bdda352153a277fb2812746dce5522f441a49f2
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:
  - pip install tox
 
script:
  - tox -e $TOX_ENV
 
notifications:
  email:
    - pyramid-checkins@lists.repoze.org