From 8af1d9331f44567b4f528d0969cb05357ab0c746 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 28 May 2017 13:03:26 -0400 Subject: [PATCH] fix --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 04f8f516..a938f5ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,10 @@ python: # command to install dependencies install: "make" # command to run tests +script: + - | + if [[ "$TRAVIS_PYTHON_VERSION" != "2.6" ]] ; then make test-readme; fi + - make ci cache: pip jobs: include: