Skip to content

Commit

Permalink
Comments the script
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelduchesne committed Apr 16, 2020
1 parent 98752ff commit 8e066f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: "Python 3.8 on Windows"
os: windows # Windows 10.0.17134 N/A Build 17134
language: shell # 'language: python' is an error on Travis CI Windows
script: py.test --cov=archetypal --verbose tests/
script: echo "Testing build..." # py.test --cov=archetypal --verbose tests/
- stage: deploy
script: echo "Deploying to PyPi and GitHub releases ..."
deploy:
Expand Down

0 comments on commit 8e066f2

Please sign in to comment.