From 2b6ea5ead81ac069452d73e00f3b19d4325611d0 Mon Sep 17 00:00:00 2001
From: Paulo Henrique Silva <ph.silva@carta.com>
Date: Mon, 25 Nov 2019 15:34:37 -0300
Subject: Upgrade for new requirements-dev.txt

---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7525487..d4c40c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,7 @@ python:
 
 # command to install dependencies
 install:
-  - "pip install -r requirements.txt"
-  - "pip install -r test-requirements.txt"
+  - "pip install -r requirements-dev.txt"
   - "pip install coveralls"
 
 # command to run tests
-- 
cgit