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

Commit

Permalink
Merge 090ec5b into bfc5749
Browse files Browse the repository at this point in the history
  • Loading branch information
ovv committed Jul 23, 2018
2 parents bfc5749 + 090ec5b commit c174235
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 102 deletions.
42 changes: 0 additions & 42 deletions .github/.dothub.repo.yml

This file was deleted.

34 changes: 17 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,27 @@ language: python

matrix:
fast_finish: true
include:
- python: 3.6
- python: 3.7
dist: xenial
sudo: true
- python: 3.7-dev
dist: xenial
sudo: true
- python: nightly
dist: xenial
sudo: true
allow_failures:
- python: nightly
dist: xenial
sudo: true
- python: 3.7-dev
- python: 3.6-dev

python:
- '3.6'
- 3.6-dev
- 3.7-dev
- nightly
dist: xenial
sudo: true

install:
- pip freeze
- pip install .[dev]
- pip install coveralls

Expand All @@ -27,9 +36,6 @@ script:
after_success:
- coveralls

before_deploy:
- pip install dothub

deploy:
- provider: pypi
distributions: sdist bdist_wheel
Expand All @@ -39,11 +45,5 @@ deploy:
on:
repo: pyslackers/slack-sansio
branch: master
python: '3.6'
python: '3.7'
tags: true
- provider: script
script: "yes | dothub repo --owner pyslackers --repository slack-sansio push --input_file .github/.dothub.repo.yml"
on:
repo: pyslackers/slack-sansio
branch: master
python: '3.6'
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ verify_ssl = true
name = "pypi"

[packages]
"e1839a8" = {path = ".", extras = ["dev"]}

[dev-packages]
tox = "*"

[requires]
python_version = "3.6"
python_version = "3.7"
49 changes: 9 additions & 40 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
LONG_DESCRIPTION = pathlib.Path('README.rst').read_text('utf-8')

requires = {
'install': [],
'install': ['attrs>=17.4.0'],
'setup': ['pytest-runner'],
'tests': ['flake8', 'pytest>=3.3.0', 'coverage', 'pytest-coverage', 'pytest-asyncio', 'asynctest'],
'full': set(),
Expand Down Expand Up @@ -56,6 +56,7 @@ def find_version():
'Natural Language :: English',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
author='Ovv',
author_email='contact@ovv.wtf',
Expand Down

0 comments on commit c174235

Please sign in to comment.