core/.travis.yml

22 lines
377 B
YAML
Raw Normal View History

2015-07-11 05:00:13 +00:00
sudo: false
matrix:
fast_finish: true
include:
- python: "3.4"
env: TOXENV=py34
- python: "3.4"
env: TOXENV=requirements
- python: "3.5"
env: TOXENV=lint
- python: "3.5"
env: TOXENV=py35
2015-12-18 17:07:34 +00:00
cache:
directories:
- $HOME/.cache/pip
install: pip install -U tox
language: python
2016-02-18 07:16:24 +00:00
script:
- tox
- pip install coveralls
- coveralls