Skip to content

Commit

Permalink
Merge pull request #33 from arXiv/develop
Browse files Browse the repository at this point in the history
Pre-release merge for v0.2.6
  • Loading branch information
erickpeirson committed Feb 4, 2019
2 parents f14ed58 + 52fa9b5 commit 387be3a
Show file tree
Hide file tree
Showing 21 changed files with 1,372 additions and 127 deletions.
25 changes: 14 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
language: python
sudo: required
services:
- docker
- docker
cache: pip
env:
- MIN_SCORE=9
- MIN_SCORE=9
os:
- linux
- linux
python:
- "3.6"
- '3.6'
before_install:
- pip install pipenv
- pipenv install --dev

- pip install pipenv
- pipenv install --dev
script:
- pipenv install ./users
- ./lintstats.sh
- WITH_INTEGRATION=1 pipenv run pytest --cov=accounts --cov=users/arxiv --cov=registry --cov=authenticator --cov-report=term-missing accounts users/arxiv registry authenticator
- pipenv install ./users
- "./lintstats.sh"
- WITH_INTEGRATION=1 pipenv run pytest --cov=accounts --cov=users/arxiv --cov=registry
--cov=authenticator --cov-report=term-missing accounts users/arxiv registry authenticator
after_success:
- coveralls
- coveralls
notifications:
slack:
secure: NKJ5xxJaalJJWQAbVQLgajheoT9y0mIDTR/vndMgZJ2EGBO3xH5KbC2bUVjfm8RcvkuOrL18Szyc1xtSnLx+FNYdfDmbWdhXQA0srPFoSnj/FTYzDz8PLNEGy+//qRT4bvRfAsxuTKsTnZlzD0u2TXCYsQuILSvn+J4nL900RO2o+kAjgUu9aC81wvNrOB3eHS41IB9XNXzXAfgwiUZ8ysALsZvMZ4qLlEXGdPyRK972x4lj0p/QzuFD51Gt2Dnm/dehjZQrab0k4vwaR+Wo9wi0JTSyXwL2dZWnCn/OoqGII8mjBHxuFgU5nskDFKwVsZrSWvqfeHO2o4Ht1mCApj8u8tF+NWbhX9txRZ3y5hj2eLEIRKSHASIlM/O8TQ9f0GM/AbX/3a2czO9v8zs+eX2WaxXEcZZCjYH5bfNj89nThd6omug9WMLCFu3pMw/0ppkXhEzUQFbup25ROM+5j9IUUDmrka1YZHmEmTEVkn4Nwe3nysqCePCX/U5u46LBixF2+EvUyZ8GVwyLE1fEpTcNZ1r6uF5TDKrl5GtZ5fUqRE/HEkCP+5RUvyM7sTbb0bO/zeR9bYzvw7tbgforIyR7za4NL3DThG2b7dTGXtEYx+XCl/GUMDQEeJpBynh/Rfaw5BIOmECkiNsyVRKzDeMjxBbHVprWVjau+5QIy4E=
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ arxiv-base = "==0.12.1"
authlib = "*"
openapi-spec-validator = "*"
"4010dd8" = {path = "./users"}
bleach = "*"

[dev-packages]
mimesis = "==2.1.0"
Expand Down
39 changes: 27 additions & 12 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion accounts/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ sqlalchemy = "*"
uwsgi = "*"
wtforms = "*"
arxiv-base = "==0.12.1"
arxiv-auth = "==0.2.3"
authlib = "*"
redis-py-cluster = "*"
openapi-spec-validator = "*"
"6c2b755" = {path = "./../users"}
arxiv-auth = "*"
bleach = "*"

[dev-packages]
mimesis = "==2.1.0"
Expand Down
Loading

0 comments on commit 387be3a

Please sign in to comment.