python-feedgen/.travis.yml

17 lines
214 B
YAML
Raw Normal View History

language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
2016-06-02 03:50:48 +02:00
- "3.5"
2016-06-02 04:33:23 +02:00
before_install:
python setup.py bdist_wheel --include-test-subpackage
pip install dist/feedgen*
2016-06-02 04:33:23 +02:00
script:
make test