From 2e654265042f80476bad2b66e382d54acadb09b9 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 16 May 2016 07:15:37 +0200 Subject: [PATCH] .travis.yml: test pure python build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0226c2ab..0bb23f71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,6 +87,7 @@ script: - make clean_python - make clean - make distcheck + - make test_pure_python notifications: irc: -- 2.11.0