summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml34
1 files changed, 0 insertions, 34 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index f79ae81..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-# Travis CI configuration file for psycopg2
-
-language: python
-
-dist: bionic
-
-arch:
- - amd64
- - arm64
-
-python:
- - 3.6
- - 3.7
- - 3.8
- - 3.9
-
-install:
- - sudo apt-get install -y bc
- - pip install -U pip setuptools wheel
- - pip install .
- - rm -rf psycopg2.egg-info
- - sudo scripts/travis_prepare.sh
-
-script:
- - scripts/travis_test.sh
-
-deploy:
- - provider: script
- script: bash scripts/travis_update_docs.sh
- on:
- branch: master
-
-notifications:
- email: false