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

moar

parent ca3e7616
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,13 @@ python:
- "3.5"
- "pypy"
cache: pip
script:
- nosetests --with-coverage
install:
- pip install coverage codeclimate-test-reporter
- pip install coverage
- pip install codeclimate-test-reporter
- pip install -r requirements.txt
- python setup.py install
script:
- nosetests --with-coverage
after_success:
- CODECLIMATE_REPO_TOKEN=1ae9ad875b032584481e1c3fe274096ffe806e953ebc6f4b6a043357fa70829e codeclimate-test-reporter
- CODECLIMATE_REPO_TOKEN=04f47102b24bfcd471b2ab1439419ac495b7c2e984ca9533de3f3cc2fe39f6b8 codeclimate-test-reporter
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