ihatemoney/.travis.yml
Rémy HUBSCHER 5d3266873e
Update known working set. (#558)
* Update known working set.

* Pin dependencies in setup.cfg.

* Cleanup Makefile.

* Try the python_version trick.
2020-04-21 10:30:13 +02:00

10 lines
125 B
YAML

sudo: false
language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
script: tox
install:
- pip install tox-travis