Skip to content

Commit

Permalink
Simplify travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jun 10, 2018
1 parent 8974bb1 commit c9afe8b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Expand Up @@ -13,17 +13,14 @@ install:
- travis_retry pip install -U .
- travis_retry pip install -U -r dev-requirements.txt
- travis_retry pip install -U marshmallow"$MARSHMALLOW_VERSION" --pre
before_script:
- flake8 .
script: pytest
script: invoke test
jobs:
include:
- stage: PyPI Release
if: tag IS present
python: "3.6"
env: []
# Override before_script, install, and script to no-ops
before_script: true
# Override install and script to no-ops
install: true
script: echo "Releasing to PyPI..."
after_success: true
Expand Down

0 comments on commit c9afe8b

Please sign in to comment.