aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis M <alexis@notmyidea.org>2019-10-11 20:51:07 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2019-10-14 21:20:38 +0200
commit1730560d2004d3c9fc0f5cc971b7c3ab02783dac (patch)
treef89bd918759f40332633cafb2f4145bb193006ee
parentdc05d1cd17a4f63078f49f2d234e3d58725d5a3d (diff)
downloadihatemoney-mirror-1730560d2004d3c9fc0f5cc971b7c3ab02783dac.zip
ihatemoney-mirror-1730560d2004d3c9fc0f5cc971b7c3ab02783dac.tar.gz
ihatemoney-mirror-1730560d2004d3c9fc0f5cc971b7c3ab02783dac.tar.bz2
Reconfigure tox and travis integration.
-rw-r--r--.travis.yml12
-rw-r--r--dev-requirements.txt2
2 files changed, 6 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 8ef86fe..c18d65f 100644
--- a/.travis.yml
+++ b/.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
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 9fa2dc2..9163cf8 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -3,4 +3,4 @@ tox
pytest
flake8
Flask-Testing
-black
+black ; python_version >= '3.6'