diff options
author | Sergey M․ <dstftw@gmail.com> | 2021-01-05 02:44:27 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2021-01-05 02:44:27 +0700 |
commit | c3399cac19a51897024545fb267f7579ea42318b (patch) | |
tree | b2002f3352f90fbe7bc8805faa8438ce6ef52075 | |
parent | 9237aaa77f7e2f0b9fc17c66589423632172f473 (diff) |
[travis] Drop Travis CI (closes #7193, closes #12366)
-rw-r--r-- | .travis.yml | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d828d027d..000000000 --- a/.travis.yml +++ /dev/null @@ -1,50 +0,0 @@ -language: python -python: - - "2.6" - - "2.7" - - "3.2" - - "3.3" - - "3.4" - - "3.5" - - "3.6" - - "pypy" - - "pypy3" -dist: trusty -env: - - YTDL_TEST_SET=core -# - YTDL_TEST_SET=download -jobs: - include: - - python: 3.7 - dist: xenial - env: YTDL_TEST_SET=core -# - python: 3.7 -# dist: xenial -# env: YTDL_TEST_SET=download - - python: 3.8 - dist: xenial - env: YTDL_TEST_SET=core -# - python: 3.8 -# dist: xenial -# env: YTDL_TEST_SET=download - - python: 3.8-dev - dist: xenial - env: YTDL_TEST_SET=core -# - python: 3.8-dev -# dist: xenial -# env: YTDL_TEST_SET=download - - env: JYTHON=true; YTDL_TEST_SET=core -# - env: JYTHON=true; YTDL_TEST_SET=download - - name: flake8 - python: 3.8 - dist: xenial - install: pip install flake8 - script: flake8 . - fast_finish: true - allow_failures: -# - env: YTDL_TEST_SET=download - - env: JYTHON=true; YTDL_TEST_SET=core -# - env: JYTHON=true; YTDL_TEST_SET=download -before_install: - - if [ "$JYTHON" == "true" ]; then ./devscripts/install_jython.sh; export PATH="$HOME/jython/bin:$PATH"; fi -script: ./devscripts/run_tests.sh |