From b710ac8ffee5e7c4f50b10f15d106964f89e6020 Mon Sep 17 00:00:00 2001 From: danielshin-tmf Date: Mon, 12 Aug 2024 13:01:37 -0600 Subject: [PATCH] remove travis file --- .travis.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 1fbdbf0..0000000 --- a/.travis.yml +++ /dev/null @@ -1,23 +0,0 @@ -language: python -python: -- 3.6 -- 3.7 -- 3.8 -cache: - pip: true -env: - jobs: - - DJANGO_VERSION='Django~=2.2' -install: -- pip install -U pip setuptools -- pip install $DJANGO_VERSION -- pip install . -scripts: echo no-tests -deploy: - provider: pypi - server: https://nexus.fool.com/repository/fool-python/ - username: $PYPI_USERNAME - password: $PYPI_PASSWORD - skip_existing: true - on: - tags: true