Skip to content

Commit

Permalink
🐛 update to GitHub (actions)
Browse files Browse the repository at this point in the history
- 🐛 update repository references
- 🔥 remove travis CI config file
  • Loading branch information
enryH committed Sep 3, 2024
1 parent a8032a8 commit c7b88d5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 47 deletions.
28 changes: 0 additions & 28 deletions .travis.yml

This file was deleted.

23 changes: 8 additions & 15 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~

Report bugs at https://github.com/albsantosdel/acore/issues.
Report bugs at https://github.com/Multiomics-Analytics-Group/acore/issues.

If you are reporting a bug, please include:

Expand Down Expand Up @@ -45,7 +45,7 @@ articles, and such.
Submit Feedback
~~~~~~~~~~~~~~~

The best way to send feedback is to file an issue at https://github.com/albsantosdel/acore/issues.
The best way to send feedback is to file an issue at https://github.com/Multiomics-Analytics-Group/acore/issues.

If you are proposing a feature:

Expand All @@ -62,7 +62,7 @@ Ready to contribute? Here's how to set up `acore` for local development.
1. Fork the `acore` repo on GitHub.
2. Clone your fork locally::

$ git clone git@github.com:your_name_here/acore.git
$ git clone https://github.com/Multiomics-Analytics-Group/acore.git

3. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development::

Expand Down Expand Up @@ -102,27 +102,20 @@ Before you submit a pull request, check that it meets these guidelines:
2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 3.5, 3.6, 3.7 and 3.8, and for PyPy. Check
https://travis-ci.com/albsantosdel/acore/pull_requests
and make sure that the tests pass for all supported Python versions.

3. The pull request should pass the workflows on GitHub.

Tips
----

To run a subset of tests::

$ pytest tests.test_acore
$ pytest tests


Deploying
---------

A reminder for the maintainers on how to deploy.
Make sure all your changes are committed (including an entry in HISTORY.rst).
Then run::

$ bump2version patch # possible: major / minor / patch
$ git push
$ git push --tags

Travis will then deploy to PyPI if tests pass.
Then run create a new `GitHub release <https://github.com/Multiomics-Analytics-Group/acore/releases>`_.
GitHub will then deploy to PyPI if the tests pass.
8 changes: 4 additions & 4 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ You can either clone the public repository:

.. code-block:: console
$ git clone git://github.com/albsantosdel/acore
$ git clone git://github.com//Multiomics-Analytics-Group/acore
Or download the `tarball`_:

.. code-block:: console
$ curl -OJL https://github.com/albsantosdel/acore/tarball/master
$ curl -OJL https://github.com//Multiomics-Analytics-Group/acore/tarball/master
Once you have a copy of the source, you can install it with:

Expand All @@ -47,5 +47,5 @@ Once you have a copy of the source, you can install it with:
$ python setup.py install
.. _Github repo: https://github.com/albsantosdel/acore
.. _tarball: https://github.com/albsantosdel/acore/tarball/master
.. _Github repo: https://github.com//Multiomics-Analytics-Group/acore
.. _tarball: https://github.com//Multiomics-Analytics-Group/acore/tarball/master

0 comments on commit c7b88d5

Please sign in to comment.