Skip to content

Commit

Permalink
Various dev things (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
ob-stripe authored Jun 4, 2019
1 parent a32df98 commit 578937e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[run]
branch = true
source = stripe
omit =
stripe/six.py
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
sudo: false

dist: xenial

language: python

matrix:
Expand All @@ -9,9 +11,11 @@ matrix:
- python: "3.5"
- python: "3.6"
- python: "3.7"
dist: xenial
- python: "pypy"
- python: "pypy3"
- python: "3.8-dev"
- python: "pypy2.7-6.0"
- python: "pypy3.5-6.0"
allow_failures:
- python: "3.8-dev"

cache:
directories:
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ description = run code formatting using black
basepython = python3.7
deps = black
commands = black . {posargs}
skip_install = true

[testenv:lint]
description = run static analysis and style check using flake8
basepython = python2.7
deps = flake8
commands = python -m flake8 --show-source stripe tests setup.py {posargs}
skip_install = true

0 comments on commit 578937e

Please sign in to comment.