From e867543fb425e668b68d70f759834e817a528301 Mon Sep 17 00:00:00 2001 From: Pamella Bezerra Date: Thu, 16 May 2024 16:14:37 -0300 Subject: [PATCH] Remove travis --- .travis.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5b85a7c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Config file for automatic testing at travis-ci.org - -language: python - -python: - - "2.7" - - "3.5" - - "3.6" - -matrix: - fast_finish: true - -# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors -install: - - pip install -r requirements_test.txt - - pip install tox-travis - -# command to run tests using coverage, e.g. python setup.py test -script: tox -- --keepdb --parallel - -after_success: - - codecov -e TOX_ENV \ No newline at end of file