summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 88b5ffdb8c7193b569ad0d1a8603b4fbff382bba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
sudo: false
language: python
python:
  - "2.7"
  - "3.4"
  - "3.5"
  - "3.6"
  - pypy
  - pypy3.5
install:
 - pip install -U pip
 - pip install -U wheel setuptools
 - pip install -r requirements.txt
 - pip list
 - python --version
script:
 - python setup.py test