From 939719e4b9a37558b24c3dd83df087120ae052a6 Mon Sep 17 00:00:00 2001 From: crasu Date: Fri, 27 Oct 2023 12:45:08 +0000 Subject: [PATCH] Remove outdated travis file --- .travis.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 761c7ab..0000000 --- a/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -sudo: false -language: python - -python: - - "3.6" - - "3.7" - - "3.8" - -install: - - pip install python-coveralls - - pip install coverage - - pip install nose - - pip install future - -script: - - python setup.py install - - nosetests --with-coverage - -after_success: - - coveralls