Skip to content

Commit

Permalink
chore: remove Travis + update docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
laszukdawid committed Jan 2, 2025
1 parent 18f5ef9 commit 680146c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 18 deletions.
16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# ai-traineree
[![Build Status](https://app.travis-ci.com/laszukdawid/ai-traineree.svg?branch=master)](https://app.travis-ci.com/laszukdawid/ai-traineree)
[![DocStatus](https://readthedocs.org/projects/ai-traineree/badge/?version=latest)](https://ai-traineree.readthedocs.io/)
[![codecov](https://codecov.io/gh/laszukdawid/ai-traineree/branch/master/graph/badge.svg?token=S62DK7HPYA)](https://codecov.io/gh/laszukdawid/ai-traineree)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/00563b8422454e10bb4ffab64068aa62)](https://www.codacy.com/gh/laszukdawid/ai-traineree/dashboard?utm_source=github.com&utm_medium=referral&utm_content=laszukdawid/ai-traineree&utm_campaign=Badge_Grade)
Expand Down
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ai-traineree"
version = "0.7.1"
version = "0.7.2"
description = "Yet another zoo of (Deep) Reinforcement Learning methods in Python using PyTorch"
readme = "README.md"
requires-python = ">=3.12"
Expand Down Expand Up @@ -40,6 +40,10 @@ examples = [
"tensorboard",
"gymnasium==1.0.0",
]
doc = [
"sphinx",
"sphinx-rtd-theme",
]

[tool.ruff]
line-length = 120
Expand Down

0 comments on commit 680146c

Please sign in to comment.