Skip to content
Snippets Groups Projects
Commit eda5cbfd authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

test

parent 0149ef93
No related branches found
No related tags found
No related merge requests found
...@@ -13,12 +13,3 @@ script: ...@@ -13,12 +13,3 @@ script:
- python setup.py sdist - python setup.py sdist
after_success: after_success:
- codeclimate-test-reporter - codeclimate-test-reporter
- |
if [ "$TRAVIS_BRANCH" == "master" ]; then
if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ]; then
pip install wheel twine
python setup.py bdist bdist_wheel
twine upload -u $PYPI_USER -p $PYPI_PWD dist/*
fi
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment