Skip to content

Commit 2fdeefa

Browse files
committed
migrate to github
1 parent 14034f2 commit 2fdeefa

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

.hgignore renamed to .gitignore

File renamed without changes.

.travis.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: python
2+
dist: xenial
3+
python:
4+
- 2.7
5+
- 3.6
6+
- 3.7
7+
install: pip install tox-travis
8+
script: tox
9+
after_success:
10+
cache:
11+
pip: true
12+
notifications:
13+
webhooks:
14+
secure: xQWx86nm1BD7ZmIrR5PUS+QDcqYya8OctOOZRNBZW/YR/FBi5K1Sb6pim5kNPxReaovxOPWmAsQ1TN+ROzwphuvjp4EsgikzRXa00knTtMMGLwEdVnRVa/iRpLakknsdK2jyWEvLpE8OF+87070u/sZlOguxaXETYVBUwttMozbOrRVCsWohyUCLA+7tLWG+SnVvbsxctpcWyInN+KiyV0aHm4ipqeZoX3FR95fsB6ZJNxUU5+vP5LkaM17ezYNEOiEtQ9CtWKdo22s3bN3YxS7P5Fysv5LzP73UNnpDdhMgRuX3DhPG7bjf9Somybmg2OgwzdWxa2bylixY3vpetQU/PgZ2aHznDXtZpvXrOmXV5gHJvYh2kM9Dai8c7xTi+5o+ocWEzHrPJpvmNO8uqgq8TlNjg0PnDbGDmghIDciOD9dapWIGoOhSl03/kvryZ5wS46+Vwn2WULJEFTiVrBZgERHJv2J0etOCQh7BIJR4yb+IURnmZfjE5nfH++PEdgXbuANcEz+6sn8gI3oaPb14uo8rVUoYjwvl2Tczs9rp3VLqd34mE2Bo7lcofklCE9CuFTMXhb9ZHv63CtxjLUX7VjP1E8A9NarAyMYS1ROVLvyGcGGlVt1lios/PHsVWi3fiqTMEfAklgokswf6m0MK/jgRBmoRzOTkam0Mku4=

CHANGES.rst

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Change log for gocept.httpserverlayer
88

99
- Nothing changed yet.
1010

11+
- Migrate to Github.
12+
1113

1214
3.2 (2019-04-03)
1315
================

HACKING.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Developing gocept.httpserverlayer
99
https://pypi.org/project/gocept.httpserverlayer/
1010

1111
:Issue tracker:
12-
https://bitbucket.org/gocept/gocept.httpserverlayer/issues
12+
https://github.com/gocept/gocept.httpserverlayer/issues
1313

1414
:Source code:
15-
https://bitbucket.org/gocept/gocept.httpserverlayer/
15+
https://github.com/gocept/gocept.httpserverlayer
1616

1717
:Current change log:
18-
https://bitbucket.org/gocept/gocept.httpserverlayer/raw/tip/CHANGES.txt
18+
https://raw.githubusercontent.com/gocept/gocept.httpserverlayer/master/CHANGES.rst
1919

2020
:Run tests:
2121
Use tox, for info see: https://pypi.org/project/tox/

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
author='gocept <[email protected]>',
3232
author_email='[email protected]',
3333
license='ZPL 2.1',
34-
url='https://bitbucket.org/gocept/gocept.httpserverlayer/',
34+
url='https://github.com/gocept/gocept.httpserverlayer',
3535

3636
keywords='HTTP server Plone testing zope.testrunner layer Zope',
3737
classifiers="""\

0 commit comments

Comments
 (0)