We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f392c commit dfdf05bCopy full SHA for dfdf05b
.travis.yml
@@ -1,14 +1,17 @@
1
language: python
2
python:
3
- "2.7"
4
- - "3.5"
+ - "3.6"
5
6
before_install:
7
- - sudo apt-get update -qq
8
- - sudo apt-get install -qq swig libgphoto2-2-dev
+ - sudo apt-get install -y swig libgphoto2-dev
9
10
script:
11
- python setup.py build_swig
+ - PYTHON_GPHOTO2_BUILTIN=1 python setup.py build
12
+ - rm -rf build
13
- PYTHON_GPHOTO2_NO_BUILTIN=1 python setup.py build
14
- rm -rf build
15
+ - PYTHON_GPHOTO2_BUILTIN=1 CC=clang python setup.py build
16
17
- PYTHON_GPHOTO2_NO_BUILTIN=1 CC=clang python setup.py build
0 commit comments