Skip to content

Commit

Permalink
Add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ysawa0 committed Apr 4, 2019
1 parent ede3586 commit 7ff8846
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,14 +1,15 @@
dist: xenial
language: python
python:
# - "3.7"
- "3.7"
- "3.6"
#- '3.5' TODO: Compatibility with Py 3.5

install:
- pip install -r requirements.txt
- pip install pytest
- pip install pprintpp
- pip install coveralls
#- mkdir -p ~/.aws
#- echo "[default]\naws_access_key_id = $a\naws_secret_access_key = $s\n" > ~/.aws/credentials
#- cat ~/.aws/credentials
Expand All @@ -17,5 +18,6 @@ install:

script:
- pytest tests
- coveralls
# - pytest tests/unit
#- pytest --cov . --cov-branch --cov-config=.coveragerc

0 comments on commit 7ff8846

Please sign in to comment.