From 74c444ca52b118a16d26e43ff748723792170162 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Fri, 5 Feb 2016 16:04:18 -0800 Subject: [PATCH] Add dependencies to travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 361fe5e..7b0ca09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,5 @@ language: python python: - "2.7" - "3.5" -install: pip install tox-travis +install: pip install tox-travis Django asgiref script: tox