This repository was archived by the owner on Mar 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,16 @@ install:
2020 - pip3 install -r requirements.txt
2121 - python3 setup.py --getdeps --log
2222 - pip3 install . --upgrade
23- - cd bblfsh && python3 -m unittest discover
23+ - cd bblfsh && python3 -m unittest discover && cd ..
2424 - if [[ -z "$TRAVIS_TAG" ]]; then exit 0; fi
2525 - if [[ $TRAVIS_PYTHON_VERSION != '3.6' ]]; then exit 0; fi # disable double uploads to pypi
26- - echo "[distutils]" > .pypirc
27- - echo "index-servers = " >> .pypirc
28- - echo " pypi" >> .pypirc
29- - echo "[pypi]" >> .pypirc
30- - echo "username=$PYPI_USER" >> .pypirc
31- - echo "password=$PYPI_PASS" >> .pypirc
32- - cd ..
33- - HOME=. python setup.py sdist upload
26+ - echo "[distutils]" > $HOME/.pypirc
27+ - echo "index-servers = " >> $HOME/.pypirc
28+ - echo " pypi" >> $HOME/.pypirc
29+ - echo "[pypi]" >> $HOME/.pypirc
30+ - echo "username=$PYPI_USER" >> $HOME/.pypirc
31+ - echo "password=$PYPI_PASS" >> $HOME/.pypirc
32+ - python setup.py sdist upload
3433script :
3534 - python3 setup.py build_ext -i
3635notifications :
You can’t perform that action at this time.
0 commit comments