From 85cbafba8f1644f4602bdbdb1a2301cff783fae7 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 13 Nov 2022 17:57:06 -0800 Subject: [PATCH] Deleted .travis file --- .travis.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 081176e..0000000 --- a/.travis.yml +++ /dev/null @@ -1,18 +0,0 @@ -language: python -python: - - "3.8" - - "3.7" - - "3.6" - - "3.5" - - "2.7" -script: - - "python setup.py test" - - "py.test tests/ -v --cov pycmx --cov-report term-missing" -install: - - "pip install setuptools" -before_install: - - "pip install coverage" - - "pip install codecov" - - "pip install pytest-cov==2.5.0" -after_success: - - "codecov"