We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d70ecb + 3b62389 commit b645482Copy full SHA for b645482
.travis.yml
@@ -4,4 +4,8 @@ python:
4
os:
5
- linux
6
- osx
7
+
8
+before_install:
9
+ - sudo apt-get update -qq
10
+ - sudo apt-get install -qq build-essential zlib1g-dev ccache cmake libstdc++6
11
script: oss_local_scripts/make_egg.sh
0 commit comments