Skip to content

Commit

Permalink
Merge branch 'master' into unicode-object-id
Browse files Browse the repository at this point in the history
  • Loading branch information
sallner committed May 16, 2018
2 parents 6c15c71 + 05d4b45 commit 87bfbe9
Show file tree
Hide file tree
Showing 113 changed files with 2,186 additions and 864 deletions.
6 changes: 6 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[run]
branch = True
source = src

[report]
precision = 2
12 changes: 9 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
*.egg-info
*.py?
.Python
.coverage
.coverage.*
.installed*.cfg
.mr.developer.cfg
.tox
/bin/
/build/
/develop/
/develop-eggs/
/develop/
/dist/
/docs/.build/
/docs/_build/
/eggs/
/etc/
/htmlcov/
/include/
/lib/
/log/
/parts/
/var/
/docs/_build/
/docs/.build/
coverage.xml
pip-selfcheck.json
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@ language: python
sudo: false
python:
- 2.7
- 3.4
- 3.5
- 3.6
install:
- pip install -U setuptools==`grep setuptools versions.cfg | awk '{print $3}'`
- pip install six==`grep '^six' versions-prod.cfg | awk '{print $3}'`
- pip install zc.buildout==`grep '^zc.buildout' versions.cfg | awk '{print $3}'`
- pip install coveralls coverage
- buildout bootstrap
- buildout install test alltests
script:
- bin/alltests -v
- coverage run bin/alltests -v
after_success:
- coveralls
# Bails out for non-tags
- ./update_index.sh
notifications:
Expand Down
Loading

0 comments on commit 87bfbe9

Please sign in to comment.