From 4d382b3dee98d155f4057759ff015c3b6f0a15ed Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 28 Sep 2016 12:29:05 -0400 Subject: [PATCH] Python Packaging -- never do with one command what you can do with two. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6c9a2cf..d7871d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ language: python python: - 2.7 - 3.5 +install: +- pip install tox script: - tox branches: