view .travis.yml @ 849:8f8bbb2e70e1

templating: Template engines can now load extensions directly from plugins.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 27 Apr 2017 20:55:07 -0700
parents 15b6ffadc95f
children 84492d185813
line wrap: on
line source

sudo: false
language: python
python:
  - "3.4"
  - "3.5"
install:
  - "python setup.py version -f 2.0"
  - "python setup.py sdist --formats=zip"
  - "pip install dist/PieCrust-2.0.zip"
script:
  - "py.test"