Skip to content
Snippets Groups Projects
Commit 61253596 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

py3.2

parent 2d417142
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ sudo: required ...@@ -11,7 +11,7 @@ sudo: required
script: script:
- nosetests --with-coverage - nosetests --with-coverage
install: install:
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; else; pip install coverage fi - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; else pip install coverage; fi
- pip install codeclimate-test-reporter - pip install codeclimate-test-reporter
- pip install -r requirements.txt - pip install -r requirements.txt
after_success: after_success:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment