aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
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 /.travis.yml
parentdc05d1cd17a4f63078f49f2d234e3d58725d5a3d (diff)
downloadihatemoney-mirror-1730560d2004d3c9fc0f5cc971b7c3ab02783dac.zip
ihatemoney-mirror-1730560d2004d3c9fc0f5cc971b7c3ab02783dac.tar.gz
ihatemoney-mirror-1730560d2004d3c9fc0f5cc971b7c3ab02783dac.tar.bz2
Reconfigure tox and travis integration.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 5 insertions, 7 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