mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +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
|
||||
script: tox
|
||||
install:
|
||||
- pip install tox-travis
|
||||
python:
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.7
|
||||
dist: xenial
|
||||
- "3.7"
|
||||
script: tox
|
||||
install:
|
||||
- pip install tox-travis
|
||||
|
|
|
@ -3,4 +3,4 @@ tox
|
|||
pytest
|
||||
flake8
|
||||
Flask-Testing
|
||||
black
|
||||
black ; python_version >= '3.6'
|
||||
|
|
Loading…
Reference in a new issue