Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Bach <benjamin@overtag.dk>2022-08-26 21:21:49 +0300
committerBenjamin Bach <benjamin@overtag.dk>2022-08-26 21:21:49 +0300
commit44a01f841b66adb98231ed01d7d1ddf03f0d9a3e (patch)
tree76fdc5eed711422880db9113096dc3428cfef366 /.travis.yml
parent2cde8d1cc90b9360f648e9ad0b7f7db9ab065d42 (diff)
parente741681526e37bf8069c8864bbee9a5d754bc991 (diff)
Merge remote-tracking branch 'upstream/master' into equation-lables
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 2ed49b7..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-language: python
-python:
- - 2.7
- - 3.4
- - 3.5
- - 3.6
-matrix:
- include:
- - python: 2.7
- env: TOXENV=docs
-sudo: false
-install:
- - pip install tox-travis
-script:
- - tox
-
-branches:
- only:
- - master