Skip to content

Commit dfdf05b

Browse files
Update Travis-CI config
1 parent 39f392c commit dfdf05b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.5"
4+
- "3.6"
55

66
before_install:
7-
- sudo apt-get update -qq
8-
- sudo apt-get install -qq swig libgphoto2-2-dev
7+
- sudo apt-get install -y swig libgphoto2-dev
98

109
script:
1110
- python setup.py build_swig
11+
- PYTHON_GPHOTO2_BUILTIN=1 python setup.py build
12+
- rm -rf build
1213
- PYTHON_GPHOTO2_NO_BUILTIN=1 python setup.py build
1314
- rm -rf build
15+
- PYTHON_GPHOTO2_BUILTIN=1 CC=clang python setup.py build
16+
- rm -rf build
1417
- PYTHON_GPHOTO2_NO_BUILTIN=1 CC=clang python setup.py build

0 commit comments

Comments
 (0)