Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
Merge c7785a3 into c13c89e
Browse files Browse the repository at this point in the history
  • Loading branch information
ovv committed Nov 22, 2018
2 parents c13c89e + c7785a3 commit 7072f2e
Show file tree
Hide file tree
Showing 15 changed files with 853 additions and 1,118 deletions.
21 changes: 8 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,22 @@ matrix:
dist: xenial
sudo: true

env:
global:
- secure: "XzDel/RxXPXLejpaJju9WzwaWmAmQMgJJ5RXjBavfn9I7X/vPMkzqc1qVKkoG7n0C/k+E3cCxl72MP97z+f70ohzZDKjCFWHzNRpsEh7HBWTSvZCQIyJCB8fi/vRHpvLzDs2VxxnvFxARa037w1opQYN2MRcwziQ+t6KfkEgnDfWfabIphnsuL+Iv88zr2CZEKIlhdkkAh1jil98/kNaJQglknHIlAEYFwHPi9dMWfsX2w3dEPgpnUOsMdVcqUfjwT0fZ8mmK7tdKI9rfnKqCWl0g1ZHlLw1DOSXxajZdJK5Zjf2eUz5vXSCzpz1zev6zpk/n5PVN820CVDfrOnq826fD5SC9oxgVEeuAdxkwLxuEcXrdDFPBn3LC3hZY4fJjn0M1SKreIcOP4QmOxCb62MaA2QEjOMZz+HwzoRTS/cqM0qR7Rw17ufMKN9ThqcJxT0AkkvvldqZ3mekKCrrHxgl2WqW2yw6i3pF/WmQik+EgWLBlBI3El5YlqEEpPWHZSW3KyATMHkoBsMwO1w++ATisDDpQKO52uXgMEcuAPVAOcb/bjbuRNm5dyfyuQbzCWQE8HYo84aKRCu9O+V53Bvf/BiO+zMNL6u3IqAkwbka713BSuH038Vu14Ir3lCe0PvU4/MnuuPzC3Y37mdK2qmNE2QXbuZ/ZgMmGKB6cjA="

install:
- pip install pipenv
- pipenv install --deploy --dev --ignore-pipfile
- pip install poetry tox tox-travis coveralls

script:
- if [[ $TRAVIS_PYTHON_VERSION = "3.7" ]];
then
pipenv run slack/tests/test.sh;
else
pipenv run pytest test --verbose --cov;
fi
- tox

after_success:
- coveralls

deploy:
- provider: pypi
distributions: sdist bdist_wheel
user: Ovv
password:
secure: lldoHkBPyFjcMEWpOMzaXeNdNl1JUgodXfrm9TPT4DYNcQCDU01f6xm8uShBT47mz+tbrUnx2rFhZmTmZAqZDODo7pmkukSrhBRpbLroEp6045MmT4P4aJjoGJooksGouqOsJjqE8yGwyinCVsv0ZNi1RZDxxuUw3Ye+HtDllMNv4XUeEBxOY5LtKpGW/+MF0QZiDggvR2bcLlMJz2EJvtIzhdRtl7fy2eAdrsQoyXhqt7Zuu0y/sc4YTiRt1adLFFFOIDL6mtL76D2eHBQm5oHJM5TtZi0gs633567fyEZ6Gm9fxSo0Ba9L7sen6ApgJLx2yba1+7ititXg7/U7+DvgmFT3Tk294cBRGF/3rhzt60p1xYO1b6tyFK5GTPghidAJZb/OQoMb9L6iZhCmMCukvdW0/241yiLdSQfMbeCzO8diwpwsJiv7k8pWtGTtl2+PtuH26zyZZeuQpu3BlctF5r/hdaiuggoN87RzlOLwqbIRfHZfMGA24LJNbtyRcu3mvaZwFFrRq5NWYqwU2VHQB/plBvB4c+FRyKRIcbiN/G+31WEK3cuMPaKfXM0opJwVpLNA320IHgVxZu0b78Exr2Qs48cBYiEl/BtHYPRYDGscSI5LYZ5cPrGcrhp7Z6jBFTHenq+IW/O21qtxv1h9R9VXyatIGHSW0U/dLOA=
- provider: script
script: poetry publish --username Ovv --password $PYPI_PASS --build
on:
repo: pyslackers/slack-sansio
branch: master
Expand Down
37 changes: 0 additions & 37 deletions Pipfile

This file was deleted.

879 changes: 0 additions & 879 deletions Pipfile.lock

This file was deleted.

3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ Slack-sansio is `available on PyPI <https://pypi.org/project/slack-sansio/>`_.
$ pip3 install slack-sansio[aiohttp] # Aiohttp implementation requirements
$ pip3 install slack-sansio[curio] # Curio implementation requirements
$ pip3 install slack-sansio[trio] # Trio implementation requirements
$ pip3 install slack-sansio[treq] # Treq implementation requirements
$ pip3 install slack-sansio[full] # All implementations requirements
Quickstart
----------
Expand Down Expand Up @@ -63,7 +61,6 @@ supported this library provide the base tools to ease the use of the Slack API.

* `Curio <http://curio.readthedocs.io>`_ with `asks <http://asks.readthedocs.io>`_ (In development).
* `Trio <http://trio.readthedocs.io/>`_ with `asks <http://asks.readthedocs.io>`_ (In development).
* `Twisted <https://twistedmatrix.com/trac/>`_ with `treq <https://github.com/twisted/treq>`_ (In development).

The library also provide an abstract base class on which to built I/O implementation.

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
# the built documents.
#
# The short X.Y version.
version = slack.__version__
# version = slack.__version__
# The full version, including alpha/beta/rc tags.
release = slack.__version__
# release = slack.__version__

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
20 changes: 0 additions & 20 deletions docs/implementations/treq.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ In development

- `Curio <http://curio.readthedocs.io>`_ with `asks <http://asks.readthedocs.io>`_.
- `Trio <http://trio.readthedocs.io/>`_ with `asks <http://asks.readthedocs.io>`_.
- `Twisted <https://twistedmatrix.com/trac/>`_ with `treq <https://github.com/twisted/treq>`_.

Installation
------------
Expand Down Expand Up @@ -54,7 +53,6 @@ Examples are dependant of the implementations and can be found on the documentat
- :ref:`Aiohttp examples <aiohttp-examples>`
- :ref:`Curio examples <curio-examples>`
- :ref:`Trio examples <trio-examples>`
- :ref:`Treq examples <treq-examples>`

Methods
-------
Expand Down Expand Up @@ -84,7 +82,6 @@ Navigation
implementations/aiohttp
implementations/curio
implementations/trio
implementations/treq
sansio
exceptions
testing
31 changes: 0 additions & 31 deletions examples/treq/query.py

This file was deleted.

Loading

0 comments on commit 7072f2e

Please sign in to comment.