From 7dc976c34420e358d965f33e11eeac07dc1e6974 Mon Sep 17 00:00:00 2001
From: Jason R Laura <jlaura@hemis.wr.usgs.gov>
Date: Wed, 8 Jun 2016 11:24:56 -0700
Subject: [PATCH] Refactoring out from old lib, missed travis

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

diff --git a/.travis.yml b/.travis.yml
index 5fd5de4..84d0c53 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,7 +34,7 @@ install:
   - pip install coveralls
 
 script:
-  - nosetests --with-coverage --cover-package=autocnet
+  - nosetests --with-coverage --cover-package=plio
 
 after_success:
   - coveralls
-- 
GitLab