mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 01:42:37 +02:00
Reconfigure tox and travis integration.
This commit is contained in:
parent
dc05d1cd17
commit
1730560d20
2 changed files with 6 additions and 8 deletions
12
.travis.yml
12
.travis.yml
|
@ -1,11 +1,9 @@
|
||||||
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
script: tox
|
|
||||||
install:
|
|
||||||
- pip install tox-travis
|
|
||||||
python:
|
python:
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
matrix:
|
- "3.7"
|
||||||
include:
|
script: tox
|
||||||
- python: 3.7
|
install:
|
||||||
dist: xenial
|
- pip install tox-travis
|
||||||
|
|
|
@ -3,4 +3,4 @@ tox
|
||||||
pytest
|
pytest
|
||||||
flake8
|
flake8
|
||||||
Flask-Testing
|
Flask-Testing
|
||||||
black
|
black ; python_version >= '3.6'
|
||||||
|
|
Loading…
Reference in a new issue