From caeefeecca9db6035f19c33078ea89a618ab3557 Mon Sep 17 00:00:00 2001 From: ElliottKasoar <45317199+ElliottKasoar@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:25:05 +0100 Subject: [PATCH] Remove travis config --- .travis.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 6c899750..00000000 --- a/.travis.yml +++ /dev/null @@ -1,31 +0,0 @@ -language: python -python: - - "3.6" - - "3.7" - -cache: pip - -# command to install dependencies -install: - - pip install -r requirements.txt - -# command to run tests -script: - - python -m unittest -v tests - -jobs: - include: - - stage: genretating documentaion - install: - - pip install -r requirements.txt - - pip install sphinx sphinx-rtd-theme - script: - - cd docs_src; make html - deploy: - provider: pages - local_dir: docs_src/_build/html - skip-cleanup: true - github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable - keep-history: true - on: - branch: master \ No newline at end of file