From 471bc3b3009878ce5a11452100f9cb43d54af5d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 23 Jul 2018 10:35:01 +0200 Subject: [PATCH] Revert "chg: Add travis tests on python 3.7" Reason: lief doesn't support python 3.7 This reverts commit e59eecd1de4b21efac74591fcdc5d139f93c916d. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a0cf8d0..852e7b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,10 @@ addons: python: - "2.7" + - "3.5" - "3.5-dev" - "3.6" - "3.6-dev" - - "3.7-dev" install: - pip install -U nose pip setuptools