2015-09-22 20:33:04 +00:00
|
|
|
sudo: false
|
2015-06-21 01:08:46 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.7"
|
2015-09-27 01:32:02 +00:00
|
|
|
- "3.3"
|
|
|
|
- "3.4"
|
|
|
|
- "3.5"
|
2016-02-27 22:39:56 +00:00
|
|
|
env:
|
|
|
|
- TOXENV=py
|
2015-06-21 01:08:46 +00:00
|
|
|
install:
|
2016-02-27 22:39:56 +00:00
|
|
|
- pip install tox
|
2015-06-21 01:08:46 +00:00
|
|
|
script:
|
2016-02-27 22:39:56 +00:00
|
|
|
- tox
|