ihatemoney/.travis.yml
Rémy HUBSCHER 8ed92c279f
Fix requirements.txt file.
You can't use both build-requirements to keep known version set and load setup.py from the same requirements, it doesn't make any sense.
2019-02-20 10:01:59 +01:00

13 lines
169 B
YAML

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