Skip to content

Commit

Permalink
Begin transfer to ebs-universe
Browse files Browse the repository at this point in the history
  • Loading branch information
chintal committed Jul 13, 2019
1 parent 8e5a778 commit 17c1240
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
.. image:: https://img.shields.io/pypi/pyversions/fpvgcc.svg?logo=pypi
:target: https://pypi.org/project/fpvgcc

.. image:: https://img.shields.io/travis/chintal/fpv-gcc.svg?logo=travis
:target: https://travis-ci.org/chintal/fpv-gcc
.. image:: https://img.shields.io/travis/ebs-universe/fpv-gcc.svg?logo=travis
:target: https://travis-ci.org/ebs-universe/fpv-gcc

.. image:: https://img.shields.io/coveralls/github/chintal/fpv-gcc.svg?logo=coveralls
:target: https://coveralls.io/github/chintal/fpv-gcc
.. image:: https://img.shields.io/coveralls/github/ebs-universe/fpv-gcc.svg?logo=coveralls
:target: https://coveralls.io/github/ebs-universe/fpv-gcc

.. image:: https://img.shields.io/requires/github/chintal/fpv-gcc.svg
:target: https://coveralls.io/github/chintal/fpv-gcc
.. image:: https://img.shields.io/requires/ebs-universe/chintal/fpv-gcc.svg
:target: https://coveralls.io/github/ebs-universe/fpv-gcc

.. image:: https://img.shields.io/pypi/l/fpvgcc.svg
:target: https://www.gnu.org/licenses/gpl-3.0.en.html
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from pkg_resources import get_distribution

_github_repo = 'fpv-gcc'
_github_user = 'chintal'
_github_user = 'ebs-universe'

_package_name = u'fpvgcc'
_package_author = u'Chintalagiri Shashank'
Expand Down
7 changes: 5 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[tox]
envlist = py27, py35, py36, py37, pypy, pypy3, cover, style, docs

[base]
packagename = fpvgcc

[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
deps =
Expand All @@ -17,15 +20,15 @@ deps =
coverage
coveralls
commands =
py.test --cov={envsitepackagesdir}/fpvgcc --cov-report=term --basetemp={envtmpdir}
py.test --cov={envsitepackagesdir}/{[base]packagename} --cov-report=term --basetemp={envtmpdir}
python tests/coveralls.py

[testenv:style]
deps =
pytest
pytest-flake8
commands =
py.test --flake8 src/fpvgcc -v
py.test --flake8 src/{[base]packagename} -v

[testenv:docs]
changedir=docs/
Expand Down

0 comments on commit 17c1240

Please sign in to comment.