From 22e53a32753acfdc4101f6cb3f4d45397d72ce5c Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Sun, 12 Feb 2017 10:54:00 +0100 Subject: test dir renamed into tests --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b3d6671..2436cc5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: - pip install codecov - python setup.py install script: - - PYTHONPATH=.:$PYTHONPATH python test/__main__.py + - python tests/__main__.py after_success: - - PYTHONPATH=.:$PYTHONPATH coverage run --omit=*test* test/__main__.py + - coverage run --omit=*test* tests/__main__.py - codecov -- cgit v1.2.1