-# Config file for automatic testing at travis-ci.org
-
-# Only test master and pull requests; skip tags.
-# Other branches can allow themselves.
-branches:
- only:
- - master
-
language: python
python:
# Heavily inspired by Oliver Grisel's appveyor-demo (https://github.com/ogrisel/python-appveyor-demo)
version: '{branch}-{build}'
-# Only test master and pull requests; skip tags.
-# Other branches can allow themselves.
-branches:
- only:
- - master
-skip_branch_with_pr: false
-skip_tags: true
-
cache:
- '%LOCALAPPDATA%\pip\Cache'