Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.

Commit

Permalink
1.1 release (#24)
Browse files Browse the repository at this point in the history
* Updated Travis (#22)

* Move namespace package attempt 2 (#23)

* Moved  package to  namespace

* Declare  as a namespace package

* Bump the version to 1.1.0 (#25)
  • Loading branch information
palmtree5 authored May 12, 2018
1 parent dd958d0 commit 017cea4
Show file tree
Hide file tree
Showing 41 changed files with 22,899 additions and 22,884 deletions.
39 changes: 29 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,34 @@
dist: trusty
language: python
cache: pip
notifications:
email: false

python:
- "3.5.3"
- "3.6.1"
- 3.5.1
- 3.5.5
- 3.6.5
install:
- echo "pytest>3" >> requirements.txt
- echo "pyyaml" >> requirements.txt
- pip install -r requirements.txt
- pip install -e .
- echo "pytest>3" >> requirements.txt
- echo "pyyaml" >> requirements.txt
- pip install -r requirements.txt
- pip install .
script:
- python -m pytest
cache: pip
notifications:
email: false
- python -m pytest

jobs:
include:
- stage: PyPi Deployment
if: tag IS present
python: 3.5.5
deploy:
- provider: pypi
user: Red-DiscordBot
password:
secure: AXHFOKOzMuGka3vyq7CrG/n/UXaudJOxhxa6lCzuZRiFMJtQq8V4QHZwuEGtUHlMwRKTzf7pO0Xwp1+DyuO6jBZybeFU8k1nRauRXSTiSG5dd458gW4vPckr5WZp2LXOHOQk4OARbOdGIZ8uPSlrSY+3Q82vJi5vtAnxpSQFlqvIPTI01tILCKR6Vx9u5aMkEbdmlhNuIH5ZXj0sia42R1CqeLuKDI8gc2ASZHI26m7Kn0jfyic+n68hXxNk1fgPwU8g256p0NKIID0iML9lgE1Wbg5LpVHs29zRAhOP1mGaFPW00kOdtCFSqrrilFgxr/sw0q+d9Y29sElrpxoJZVVE6RVS+I6UVfFXexNgM/Xy/9nj9SKrjbKV4T/12hwpGGIwsnP/bfq7oGpNwcxVWQKTqQxb5w82hu/EJn3m3rN+jfP/nHArVlSoTnTqcW7U5RdA/U7eX5LvKUAhesPDDqIA8GvbJs0dtkXfcWKbifxt5Kl7H5YbXu2aK+f/bp3GV5ErvXDczuMMMBaVFRgHuhRZU6ZtnyeLer9SzhlQ25ujXcQ0TmVoQ4hZgk1aglKzuW7iXMWM3jUTvAOoMDFy4++pXsjjgnkeYhz7j8jwvqol3TcKbZVXyEqTEGP98Uy5vsUGx6UA9wNFXNPY+wEt07GiFjGwAsLggglRud0SXAw=
skip_cleanup: true
on:
repo: Cog-Creators/Red-Trivia
branch: master
python: 3.5.5
tags: true
1 change: 0 additions & 1 deletion redbot/__init__.py

This file was deleted.

3 changes: 0 additions & 3 deletions redbot/trivia/__init__.py → redbot/ext/trivia/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
from pathlib import Path
from pkgutil import extend_path

__path__ = extend_path(__path__, __name__)

__all__ = ['lists']

Expand Down
Loading

0 comments on commit 017cea4

Please sign in to comment.