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

echo

parent 66468bfe
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ python: ...@@ -5,7 +5,7 @@ python:
- "pypy" - "pypy"
cache: pip cache: pip
install: install:
- echo "coverage\nnose\nmock\ncodeclimate-test-reporter\n" >> requirements.txt - echo "coverage\\nnose\\nmock\\ncodeclimate-test-reporter\\n" >> requirements.txt
- pip install -r requirements.txt - pip install -r requirements.txt
- python setup.py install - python setup.py install
script: script:
......
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