From 522c28aea32f7ee180173e6e6c20c872086d7c2a Mon Sep 17 00:00:00 2001 From: Niru Maheswaranathan Date: Tue, 11 Oct 2016 10:52:36 -0700 Subject: [PATCH] typo in travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6fd2f53..ccb0641 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,6 @@ install: - travis_retry pip install -r requirements-dev.txt - travis_retry python setup.py install script: - - coverage run --source descent -m py.test + - coverage run --source tableprint -m py.test after_success: - bash <(curl -s https://codecov.io/bash)