summary refs log blame commit diff
path: root/.travis.yml
blob: e6ba6f4752ef7f2c6f11d1a19fe4dd33e120d3b9 (plain) (tree)
1
2
3
4
5
6
                


                                   











                          




                   
sudo: false
language: python

# tell travis to cache ~/.cache/pip
cache: pip

matrix:
  include:
  - python: 2.7
    env: TOX_ENV=packaging

  - python: 2.7
    env: TOX_ENV=pep8

  - python: 2.7
    env: TOX_ENV=py27
    
  - python: 3.6
    env: TOX_ENV=py36

install:
  - pip install tox

script:
  - tox -e $TOX_ENV