From 352179f8d81b81bb7212f08218400b954f840a61 Mon Sep 17 00:00:00 2001 From: christopher Date: Sat, 16 Sep 2017 11:15:00 -0400 Subject: [PATCH] CI: just true --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 121a032..3fc417c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,10 +60,11 @@ install: - pip install codecov pytest-env python-coveralls - git clean -xfd -#script: +script: # - coverage run run_tests.py # - coverage report -m # - flake8 xpdview + - true #after_success: # - codecov