Skip to content

Commit fd2ebc8

Browse files
committed
Another try with travis [publish]
1 parent 7126fe0 commit fd2ebc8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ before_install:
3737
export PYTHONPATH=$(pwd)/mason_packages/.link/lib/python/site-packages;
3838
fi;
3939
- PYTHONUSERBASE=$(pwd)/mason_packages/.link pip install --user nose
40+
- PYTHONUSERBASE=$(pwd)/mason_packages/.link pip install --user wheel
41+
- PYTHONUSERBASE=$(pwd)/mason_packages/.link pip install --user twine
4042
- python --version
41-
- pip install twine
4243

4344
install:
44-
- time python setup.py build
45+
- python setup.py build
4546

4647
before_script:
4748
- python test/run_tests.py -q

0 commit comments

Comments
 (0)