0fe543ef72799515317f96d706804805edd26f7a
[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 - "3.3"
10 - "2.7"
11 - "pypy"
12
13 # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
14 install: pip install -r requirements.txt
15
16 # command to run tests, e.g. python setup.py test
17 script: pytest tests/