Skip to content

Commit

Permalink
added few CI configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrabal committed Dec 15, 2018
1 parent 503cbb8 commit 4e8c98a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bettercodehub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
languages:
- python
exclude:
- /tests/.*
1 change: 1 addition & 0 deletions .codebeatignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tests/**
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[tox]
envlist = py35,py36,py37,pypy3
[testenv]
commands=discover
deps=discover
[pep8]
max-line-length = 120

0 comments on commit 4e8c98a

Please sign in to comment.