We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66565c5 commit 46f2675Copy full SHA for 46f2675
1 file changed
.travis.yml
@@ -6,6 +6,9 @@ python:
6
- "3.3"
7
- "3.4"
8
- "3.5"
9
+before_install:
10
+ - sudo apt-get update -qq
11
+ - sudo apt-get install -qq build-essential swig
12
install:
13
- python setup.py sdist install
14
script:
0 commit comments