summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2022-08-12 10:22:59 +1000
committerStuart Bishop <stuart@stuartbishop.net>2022-08-12 10:22:59 +1000
commitb247b50bc424ac26ed03897edc33e607f2a1b85a (patch)
treeb54790050debe542e013549583915bd6fd3a1f10
parentc7cf378ab64b4b1cd2786af66e7072587b60f4f6 (diff)
downloadpytz-git-b247b50bc424ac26ed03897edc33e607f2a1b85a.tar.gz
Remove obsolete Travis configrelease_2022.2
-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 532b224..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,44 +0,0 @@
-# vim: set filetype=yaml sw=2:
-sudo: required
-dist: bionic
-addons:
- apt:
- sources:
- - deadsnakes
- update: true
- packages:
- - wget
- - build-essential
- - python-all
- - python-all-dev
- - python-setuptools
- - python-pip
- - python-wheel
- - python-flake8
- - python3-all
- - python3-all-dev
- - python3-setuptools
- - python3-pip
- - python3-wheel
- - python3-flake8
- - python3-docutils
- - python3-sphinx
- - python2.4-complete
- - python2.4-gdbm
- - python2.4-gdbm-dbg
- - python2.5-complete
- - python2.6-complete
- - python3.1-complete
- - python3.2-complete
- - python3.3-complete
- - python3.4-complete
- - python3.5-complete
- - python3.6
- - python3.7
- - python3.7-dev
- - python3.8
- - python3.8-dev
- - python3.9
- - python3.9-dev
-install: true
-script: make test TESTARGS=