buildozer/.travis.yml
Andre Miras 58faefa243 Introduces CI and tox testing, fixes #679
- run setup.py on both Python2 and Python3
- runs simple test case for both Python2 and Python3
- checks the PEP8 style
- updates README.md adds Travis badge
2019-01-16 23:16:29 +01:00

12 lines
105 B
YAML

sudo: false
language: python
python:
- "2.7"
- "3.6"
install: pip install tox-travis
script: tox