We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e343d7 commit 5bc8a11Copy full SHA for 5bc8a11
.travis.yml
@@ -0,0 +1,18 @@
1
+language: python
2
+
3
+python:
4
+ - "2.7"
5
+ - "3.4"
6
7
+install: false
8
9
+branches:
10
+ except:
11
+ - develop
12
13
+before_script:
14
+ - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
15
+ - sudo apt-get update -q
16
+ - sudo apt-get install python-fontforge -y
17
18
+script: ./build.sh
build.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -x
+find . -name "*.py" -print -exec python -m py_compile {} \;
0 commit comments