58faefa243
- 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
11 lines
105 B
YAML
11 lines
105 B
YAML
sudo: false
|
|
|
|
language: python
|
|
|
|
python:
|
|
- "2.7"
|
|
- "3.6"
|
|
|
|
install: pip install tox-travis
|
|
|
|
script: tox
|