We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e85d2c commit 7126fe0Copy full SHA for 7126fe0
1 file changed
.travis.yml
@@ -1,5 +1,7 @@
1
language: cpp
2
3
+sudo: false
4
+
5
git:
6
submodules: true
7
depth: 10
@@ -25,7 +27,6 @@ addons:
25
27
- clang-3.5
26
28
29
before_install:
- - pip install twine
30
- export COMMIT_MESSAGE=$(git show -s --format=%B $TRAVIS_COMMIT | tr -d '\n')
31
- export MASON_BUILD=true
32
- if [[ $(uname -s) == 'Linux' ]]; then
@@ -37,6 +38,7 @@ before_install:
37
38
fi;
39
- PYTHONUSERBASE=$(pwd)/mason_packages/.link pip install --user nose
40
- python --version
41
+ - pip install twine
42
43
install:
44
- time python setup.py build
0 commit comments