summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2020-12-12 09:50:55 -0800
committerBob Ippolito <bob@redivi.com>2020-12-14 08:36:40 -0800
commitfe4d2610f47650238bb1d4f22a6be4fcdf201cdd (patch)
tree27d60b433b38e8c6f3ce8350815b9035622b3097
parent3e146d58daa9b17d4ff9d32a185d5d9bbaf45b16 (diff)
downloadxattr-update-cffi.tar.gz
Update cffi and build matrixupdate-cffi
-rw-r--r--.travis.yml23
-rw-r--r--requirements.txt2
2 files changed, 15 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 7e436af..15c6f5b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,9 @@ cache:
- "$HOME/.pyenv"
matrix:
include:
+ - name: 'Ubuntu: 3.9'
+ os: linux
+ python: 3.9
- name: 'Ubuntu: 3.8'
os: linux
python: 3.8
@@ -14,33 +17,35 @@ matrix:
- name: 'Ubuntu: 3.6'
os: linux
python: 3.6
- - name: 'Ubuntu: 3.5'
- os: linux
- python: 3.5
- name: 'Ubuntu: 2.7'
os: linux
python: 2.7
- - name: 'Ubuntu: PyPy 3.5'
+ - name: 'Ubuntu: PyPy 3.7'
os: linux
- env: PYPY_URL=https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-linux64.tar.bz2
+ env: PYPY_URL=https://downloads.python.org/pypy/pypy3.7-v7.3.3-linux64.tar.bz2
- name: 'Ubuntu: PyPy 2.7'
os: linux
- env: PYPY_URL=https://bitbucket.org/pypy/pypy/downloads/pypy2-v6.0.0-linux64.tar.bz2
+ env: PYPY_URL=https://downloads.python.org/pypy/pypy2.7-v7.3.3-linux64.tar.bz2
+ - name: 'OSX: 3.9'
+ os: osx
+ language: generic
+ env: PYENV_VERSION=3.9.0 BUILD_SDIST=true
+ osx_image: xcode12.3
- name: 'OSX: 3.7'
os: osx
language: generic
env: PYENV_VERSION=3.7.4 BUILD_SDIST=true
- osx_image: xcode_9.4
+ osx_image: xcode9.4
- name: 'OSX: 3.6'
os: osx
language: generic
env: PYENV_VERSION=3.6.5
- osx_image: xcode_9.4
+ osx_image: xcode9.4
- name: 'OSX: 2.7'
os: osx
language: generic
env: PYENV_VERSION=2.7.15
- osx_image: xcode_9.4
+ osx_image: xcode9.4
install:
- "./.travis/install.sh"
script:
diff --git a/requirements.txt b/requirements.txt
index cc0c9bd..f07056a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1 @@
-cffi>=1.0
+cffi>=1.14.4