Skip to content

Commit

Permalink
16
Browse files Browse the repository at this point in the history
  • Loading branch information
WillianFuks committed May 20, 2020
1 parent ded3281 commit 58280bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ install:

script:
- |
echo $TRAVIS_PYTHON_VERSION
if [[ $TRAVIS_PYTHON_VERSION == 3.8 ]]; then
make isort-check
make flake8
else echo failed
fi
python setup.py test
Expand All @@ -34,5 +32,5 @@ after_success:
echo $TRAVIS_PYTHON_VERSION
if [[ $TRAVIS_PYTHON_VERSION == 3.8 ]]; then
travis wait 30 python setup.py test --coverage=true
make coverage && coveralls
coveralls
fi

0 comments on commit 58280bc

Please sign in to comment.