Skip to content

Commit

Permalink
Merge pull request #16 from rodrigo-arenas/docs
Browse files Browse the repository at this point in the history
Removed travis from project
  • Loading branch information
rodrigo-arenas committed Jun 2, 2021
2 parents 365f9ec + 986b280 commit 64383a3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pytest and Codecov
name: Tests

on: [push, pull_request]

Expand Down
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ We encourage you to follow these guidelines:
```bash
pytest sklearn_genetic
```
* We can not merge if travis is red.
* We can not merge if the tests fails.

Thank you for being part of this project!
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.. -*- mode: rst -*-
|Travis|_ |Codecov|_ |PythonVersion|_ |PyPi|_ |Docs|_
|Tests|_ |Codecov|_ |PythonVersion|_ |PyPi|_ |Docs|_

.. |Travis| image:: https://www.travis-ci.com/rodrigo-arenas/Sklearn-genetic-opt.svg?branch=master
.. _Travis: https://www.travis-ci.com/rodrigo-arenas/Sklearn-genetic-opt
.. |Tests| image:: https://github.com/rodrigo-arenas/Sklearn-genetic-opt/actions/workflows/ci-tests.yml/badge.svg?branch=master
.. _Tests: https://github.com/rodrigo-arenas/Sklearn-genetic-opt/actions/workflows/ci-tests.yml

.. |Codecov| image:: https://codecov.io/gh/rodrigo-arenas/Sklearn-genetic-opt/branch/master/graphs/badge.svg?branch=master&service=github
.. _Codecov: https://codecov.io/github/rodrigo-arenas/Sklearn-genetic-opt?branch=master
Expand Down

0 comments on commit 64383a3

Please sign in to comment.