summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml44
1 files changed, 0 insertions, 44 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 4b3a2cd..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,44 +0,0 @@
-language: python
-python:
- - "3.4"
- - "3.5"
- - "3.6"
- - "pypy3"
-env:
- - GALLERYDL_TESTS=core
-matrix:
- include:
- - python: "3.7"
- dist: xenial
- - python: "3.8-dev"
- dist: xenial
- - python: "3.6"
- env: GALLERYDL_TESTS=results
- - language: minimal
- dist: xenial
- env: GALLERYDL_TESTS=snap
- addons:
- snaps:
- - name: snapcraft
- classic: true
- install:
- - true
- script:
- - sudo apt update
- - snapcraft --destructive-mode
- - sudo snap try
- - snap run gallery-dl --verbose https://twitter.com/ubuntu/status/1121001597092364288
-
-git:
- depth: 3
- quiet: true
-branches:
- only:
- - master
- - /^v\d+\.\d+\.\d+(-\S*)?$/
- - /^test(-\w+)+$/
-
-install:
- - pip install -r requirements.txt pyOpenSSL
-script:
- - ./scripts/run_tests.sh