Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
Enabled Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tehmaze committed Aug 14, 2017
1 parent dd6540c commit ca5445e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .travis.yml
@@ -0,0 +1,27 @@
sudo: false
language: python
python:
- '2.7'
- '3.6'
before_install:
- python -c "import setuptools; print(setuptools.__version__)"
install:
- pip install wheel codecov coverage
- python setup.py install bdist_wheel
- pip install ./dist/x84-*.whl
script:
- tox
- tox --installpkg ./dist/x84-*.whl --travis-after
after_success: coverage combine && codecov
branches:
only:
- master
deploy:
provider: pypi
user: tehmaze
password:
secure: Lp29kI7owYCxfw+97vKhs6aWaQcn3wBVudtx+mSjOJTcFQ6Jbkcqm6k220tcBQ694NEH8yS0lP2Ft5OZYGO/SJZl9dANF19Zubp6GE/T7ESOOeWfoYthPaRT5QU3dvvxs6ffxIv0601b0kawZxYnOaccmaG9km6a5FVwmnh/slA=
on:
tags: true
python: 3.6
distributions: sdist bdist_wheel

0 comments on commit ca5445e

Please sign in to comment.