ihatemoney/.travis.yml
Alexis M 480939afe5 Remove support for python2.
In the same move :
- use a setup.cfg file for packaging
- remove the use of six
2019-10-11 19:52:37 +02:00

11 lines
149 B
YAML

language: python
script: tox
install:
- pip install tox-travis
python:
- "3.5"
- "3.6"
matrix:
include:
- python: 3.7
dist: xenial