Skip to content

Commit 7126fe0

Browse files
committed
Changed order of installs
1 parent 4e85d2c commit 7126fe0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: cpp
22

3+
sudo: false
4+
35
git:
46
submodules: true
57
depth: 10
@@ -25,7 +27,6 @@ addons:
2527
- clang-3.5
2628

2729
before_install:
28-
- pip install twine
2930
- export COMMIT_MESSAGE=$(git show -s --format=%B $TRAVIS_COMMIT | tr -d '\n')
3031
- export MASON_BUILD=true
3132
- if [[ $(uname -s) == 'Linux' ]]; then
@@ -37,6 +38,7 @@ before_install:
3738
fi;
3839
- PYTHONUSERBASE=$(pwd)/mason_packages/.link pip install --user nose
3940
- python --version
41+
- pip install twine
4042

4143
install:
4244
- time python setup.py build

0 commit comments

Comments
 (0)