summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrBrd <chris@binaryspanner.com>2018-07-30 17:02:42 +0100
committerchrBrd <chris@binaryspanner.com>2018-07-30 17:02:42 +0100
commit44745649d2ea13585d75dafcfd7c8cd06d271adb (patch)
treea839589b8d3f447b0048c2f0b9134f1155e3c350
parent14f350c8b8b1cf9ad06ade57b7dd489b6d017d3f (diff)
downloadxattr-44745649d2ea13585d75dafcfd7c8cd06d271adb.tar.gz
Add Linux to Travis matrix.
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 53784eb..58e6e25 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,18 @@ cache:
- "$HOME/.pyenv"
matrix:
include:
+ - os: linux
+ python: 3.6
+ - os: linux
+ python: 3.5
+ - os: linux
+ python: 2.7
+ - name: "PyPy: 3.5"
+ os: linux
+ env: PYPY_URL=https://bitbucket.org/pypy/pypy/downloads/pypy3-v6.0.0-linux64.tar.bz2
+ - name: "PyPy: 2.7"
+ os: linux
+ env: PYPY_URL=https://bitbucket.org/pypy/pypy/downloads/pypy2-v6.0.0-linux64.tar.bz2
# Travis Python images not working properly with OSX - see https://github.com/travis-ci/travis-ci/issues/9744.
# Have to rely on pyenv.
- name: "Python: 3.7 OSX"