Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Commit

Permalink
[bump] travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarvitz committed Feb 24, 2017
1 parent ef88ff5 commit cd67022
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -5,12 +5,14 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"

install:
- "if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install -r requirements.txt; pip install coveralls; fi"
- "if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then pip install -r requirements.txt; pip install coveralls; fi"
- "if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then pip install -r requirements.txt; pip install coveralls; fi"
- "if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then pip install -r requirements.txt; pip install coveralls; fi"
- "if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then pip install -r requirements.txt; pip install coveralls; fi"
- pip install coveralls
script:
- "coverage run --source=composite -m py.test"
Expand Down

0 comments on commit cd67022

Please sign in to comment.