Update wheel from 0.31.1 to 0.32.0
[cached-property.git] / .travis.yml
1 # Config file for automatic testing at travis-ci.org
2 sudo: false
3 language: python
4
5 python:
6 - "3.6"
7 - "3.5"
8 - "3.4"
9 - "2.7"
10 - "pypy"
11
12 matrix:
13 include:
14 - python: 3.7
15 dist: xenial
16 sudo: true
17
18 # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
19 install: pip install -r requirements.txt
20
21 # command to run tests, e.g. python setup.py test
22 script: pytest tests/