From 7a5015d598946ad98a7ddb296978dedfc5aae490 Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Wed, 9 Nov 2016 15:45:20 -0500 Subject: [PATCH] Ensure wheel is installed --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c0bdf8d..8ccff1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - 3.5 install: - pip install -r requires/testing.txt + - pip install wheel script: nosetests --with-coverage after_success: - codecov