diff --git a/.travis.yml b/.travis.yml index cba7115..8f984c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ dist: xenial language: python python: - # - "3.7" + - "3.7" - "3.6" #- '3.5' TODO: Compatibility with Py 3.5 @@ -9,6 +9,7 @@ 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 @@ -17,5 +18,6 @@ install: script: - pytest tests +- coveralls # - pytest tests/unit #- pytest --cov . --cov-branch --cov-config=.coveragerc