We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ccfc5 commit e73ce9bCopy full SHA for e73ce9b
1 file changed
.travis.yml
@@ -2,6 +2,16 @@ language: python
2
python:
3
- '2.7'
4
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
14
+
15
install:
16
- sudo apt-get update -qq
17
- sudo apt-get install -qq swig python-dev libxml2-dev libxmlsec1-dev
0 commit comments