We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7126fe0 commit fd2ebc8Copy full SHA for fd2ebc8
1 file changed
.travis.yml
@@ -37,11 +37,12 @@ before_install:
37
export PYTHONPATH=$(pwd)/mason_packages/.link/lib/python/site-packages;
38
fi;
39
- 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
42
- python --version
- - pip install twine
43
44
install:
- - time python setup.py build
45
+ - python setup.py build
46
47
before_script:
48
- python test/run_tests.py -q
0 commit comments