We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3dbbc commit 7e71346Copy full SHA for 7e71346
1 file changed
.travis.yml
@@ -22,6 +22,9 @@ install:
22
- python3 setup.py --getdeps --log
23
- pip3 install . --upgrade
24
- cd bblfsh && python3 -m unittest discover && cd ..
25
+script:
26
+ - python3 setup.py build_ext -i
27
+after_success:
28
- if [[ -z "$TRAVIS_TAG" ]]; then exit 0; fi
29
- if [[ $TRAVIS_PYTHON_VERSION != '3.6' ]]; then exit 0; fi # disable double uploads to pypi
30
- echo "[distutils]" > $HOME/.pypirc
@@ -30,6 +33,4 @@ install:
33
- echo "[pypi]" >> $HOME/.pypirc
31
34
- echo "username=$PYPI_USER" >> $HOME/.pypirc
32
35
- echo "password=$PYPI_PASS" >> $HOME/.pypirc
- - python setup.py sdist upload
-script:
- - python3 setup.py build_ext -i
36
+ - python setup.py sdist upload
0 commit comments