Remove mention of travis CI, it is long dead

This commit is contained in:
Raphael Michel
2024-10-24 23:24:24 +02:00
parent f9ae2fd62a
commit e37aba4f80
4 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ tests:
- cd src
- python manage.py check
- make all compress
- PRETIX_CONFIG_FILE=tests/travis_sqlite.cfg py.test --reruns 3 -n 3 tests --maxfail=100
- PRETIX_CONFIG_FILE=tests/ci_sqlite.cfg py.test --reruns 3 -n 3 tests --maxfail=100
except:
- pypi
pypi: