aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 31b9da793cdd101da1570019c0c6eb2c9e00e557 (plain)
1
2
3
4
5
6
7
8
9
10
language: python
python:
  - "2.7"
  - "3.3"
  - "3.4"
  - "3.5"
  - "3.6"
# Travis versions of these are really outdated
before_script: pip install -U mock nose pytest
script: python setup.py validate