CI: Remove mentions of travis CI, we have migrated away years ago (#4562)

This commit is contained in:
Raphael Michel
2024-10-25 17:47:04 +02:00
committed by GitHub
parent 482a66c546
commit 54f077665c
7 changed files with 7 additions and 7 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: