Skip to content

Commit

Permalink
quick test
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tompkins committed Nov 4, 2020
1 parent c22d801 commit 4145915
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
- mypy src/aws_foo_bar/ --strict --implicit-reexport
- stage: deploy
python: "3.7"
script: cd $(bash before_deploy.sh)
script:
- cd $(bash before_deploy.sh)
- pwd
deploy:
provider: pypi
user: aws-cloudformation-developers
Expand Down

0 comments on commit 4145915

Please sign in to comment.