From 9ddb3e2113f95dac9bbbaf3256973984237fb332 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 21 Jan 2019 16:36:17 +0100 Subject: [PATCH] travis: set python version to 3.6 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ef97be0..075dbed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python dist: Xenial -python: "3.7" +python: "3.6" env: - TEST: 'test.test_axi' @@ -25,5 +25,5 @@ install: ## Run common tests - python -m unittest test.__init__ - python -m unittest test.common - + script: python -m unittest $TEST