Skip to content

Commit

Permalink
Merge pull request #133 from sepandhaghighi/dev
Browse files Browse the repository at this point in the history
Version 4.8
  • Loading branch information
sepandhaghighi authored Sep 16, 2020
2 parents a38c0dd + 1b23475 commit 4e86390
Show file tree
Hide file tree
Showing 17 changed files with 962 additions and 83 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ matrix:
python: 3.4
- os: linux
python: 2.7
- os: linux
python: 3.9-dev
dist: xenial
include:
- os: linux
python: 3.8
Expand All @@ -33,6 +36,9 @@ matrix:
- os: linux
python: 3.8-dev
dist: xenial
- os: linux
python: 3.9-dev
dist: xenial
- os: linux
python: nightly
dist: xenial
Expand Down
4 changes: 2 additions & 2 deletions .travis/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ if [ "$IS_IN_TRAVIS" = 'false' ] || [ "$TRAVIS_PYTHON_VERSION" = '3.6' ]
then
$PYTHON_COMMAND -m vulture art/ otherfile/ setup.py art_profile.py --min-confidence 65 --exclude=__init__.py --sort-by-size
$PYTHON_COMMAND -m bandit -r art -s B311
$PYTHON_COMMAND -m pydocstyle --match='(?!test).*\.py'
codecov
$PYTHON_COMMAND -m pydocstyle --match='(?!test).*\.py' -v
codecov
fi


Expand Down
Loading

0 comments on commit 4e86390

Please sign in to comment.