Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1196 from akatsoulas/1276917-pip-8
Browse files Browse the repository at this point in the history
Replace peep with pip version 8.
  • Loading branch information
akatsoulas committed Jun 2, 2016
2 parents cdafb66 + e073bad commit 6f5d195
Show file tree
Hide file tree
Showing 7 changed files with 524 additions and 1,406 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -3,14 +3,13 @@ sudo: false
python:
- "2.7.11"
before_install:
- pip install -U pip==7
- pip install flake8
- flake8 remo
- mysql -e 'create database remo character set utf8; SET @@GLOBAL.wait_timeout=28800;'
install:
- npm install -g less
- pip install coverage
- bin/peep.py install -r requirements/dev.txt
- pip install --require-hashes --no-deps -r requirements/dev.txt
script:
- coverage run --source=remo manage.py test
after_success:
Expand Down

0 comments on commit 6f5d195

Please sign in to comment.