2016-01-05 09:39:28 +00:00
|
|
|
language: python
|
|
|
|
sudo: false
|
|
|
|
cache: pip
|
2016-03-19 11:14:37 +00:00
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- python: 2.7
|
|
|
|
env: TOXENV=py27
|
|
|
|
- python: 3.4
|
|
|
|
env: TOXENV=py34
|
|
|
|
- python: 3.5
|
|
|
|
env: TOXENV=py35
|
2016-01-05 09:39:28 +00:00
|
|
|
before_install:
|
2016-01-05 11:19:18 +00:00
|
|
|
- pip install tox
|
2016-01-05 09:39:28 +00:00
|
|
|
# command to run tests
|
|
|
|
script:
|
2016-03-19 11:14:37 +00:00
|
|
|
- tox
|