diff --git a/python/.travis.yml b/python/.travis.yml deleted file mode 100644 index fa52e40..0000000 --- a/python/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: python -python: -- "2.7" -install: -- pip install -r test-requirements.txt -script: -- nosetests -- flake8 http-ece -after_success: -- codecov