ihatemoney/.travis.yml
Alexis Metaireau 74e9af59e6 Fix Travis-CI integration (#276)
Use tox-travis to solve the current issues with Travis-CI
2017-10-23 22:58:04 +02:00

9 lines
113 B
YAML

language: python
script: tox
install:
- pip install tox-travis
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"