mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-03 19:51:49 +02:00

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.
13 lines
169 B
YAML
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
|