diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index fcaf2a9..0000000 --- a/.travis.yml +++ /dev/null @@ -1,42 +0,0 @@ ---- - - -language: 'python' - -os: - - 'linux' - -dist: 'bionic' - -sudo: false - -python: - - '3.10' - -addons: - apt: - packages: - - 'graphviz' - - 'latexmk' - - 'tex-gyre' - - 'texlive-fonts-recommended' - - 'texlive-latex-extra' - - 'texlive-latex-recommended' - -install: - - 'pip install tox' - -script: - - 'tox -e build' - - 'touch build/html/.nojekyll' - -deploy: - - provider: 'pages' - skip_cleanup: true - on: - branch: 'main' - local_dir: 'build/html' - github_token: '${GITHUB_TOKEN}' - - -... EOF