Codebase list python-repoze.tm2 / upstream/2.1+git20160603.16cede7 .travis.yml
upstream/2.1+git20160603.16cede7

Tree @upstream/2.1+git20160603.16cede7 (Download .tar.gz)

.travis.yml @upstream/2.1+git20160603.16cede7raw · history · blame

# Wire up travis
language: python
sudo: false

matrix:
  include:
    - python: 3.5
      env: TOXENV=py35

env:
  - TOXENV=py27
  - TOXENV=py33
  - TOXENV=py34
  - TOXENV=pypy
  - TOXENV=pypy3
  - TOXENV=cover

install:
  - travis_retry pip install tox

script:
  - travis_retry tox

notifications:
  email:
    - repoze-checkins@lists.repoze.org