summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: abb27b44f210cc2a84edfaf046afb5c51bbb45e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: python
python:
  - "2.6"
  - "2.7"
  - "3.2"
  - "3.3"
  - "3.4"
  - "pypy"
script: make test
install:
  - make
notifications:
  email: false
env: PYTHONWARNINGS=always::DeprecationWarning
sudo: false