Browse Source

Update .travis.yml

tags/v0.1.0
Coet GitHub 6 years ago
parent
commit
1d000d3e39
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -11,4 +11,4 @@ script:
- pytest --cov=./ - pytest --cov=./


after_success: after_success:
- bash < (curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

Loading…
Cancel
Save