Skip to content

Commit

Permalink
Add more python versions for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Dejan Knezevic committed Sep 12, 2018
1 parent 37e5a36 commit abbc85a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: python
matrix:
include:
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
Expand All @@ -13,7 +15,7 @@ install:

script:
- flake8 sevenbridges
- py.test --cov sevenbridges
- py.test -v --cov=sevenbridges

deploy:
provider: pypi
Expand Down
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[pep8]
ignore = E402
[bdist_wheel]
universal=1
[metadata]
description-file =
README.rst
README.rst
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ envlist = py2712, py343, py363, py363, py371

[testenv]
deps = -rrequirements.txt
commands = py.test
commands = py.test -v

0 comments on commit abbc85a

Please sign in to comment.