From 8ed92c279fcf075d63ca35ffd846614c70f5bc41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20HUBSCHER?= Date: Wed, 20 Feb 2019 10:01:59 +0100 Subject: Fix requirements.txt file. 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. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index cff15f9..8bf8fd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,7 @@ python: - "3.4" - "3.5" - "3.6" +matrix: + include: + - python: 3.7 + dist: xenial -- cgit v1.1