Skip to content

Commit e73ce9b

Browse files
committed
Update travis
1 parent a2ccfc5 commit e73ce9b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ language: python
22
python:
33
- '2.7'
44

5+
jobs:
6+
include:
7+
- name: "Python 2.7 on Focal Linux"
8+
os: linux
9+
dist: focal
10+
python: 2.7
11+
- name: "Python 2.7 on macOS"
12+
osx_image: xcode13.4
13+
python: 2.7
14+
515
install:
616
- sudo apt-get update -qq
717
- sudo apt-get install -qq swig python-dev libxml2-dev libxmlsec1-dev

0 commit comments

Comments
 (0)