optimize baton for rtl and rtl languages like ar and fa #297
Travis CI / Travis CI - Pull Request
failed
Sep 27, 2024 in 1m 47s
Build Failed
The build failed. This is a change from the previous build, which passed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #297 optimize baton for rtl and rtl languages like ar and fa.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Focal) |
Python Version | 3.10 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"python": [
"3.10"
],
"install": [
"pip install --upgrade pip",
"pip install $DJANGO_VERSION --upgrade",
"pip install webdriver-manager==4.0.1",
"pip install packaging",
"pip install python-dotenv",
"pip install django-tinymce",
"pip install django-admin-rangefilter",
"pip install django-admin-autocomplete-filter==0.6.1",
"pip install django-import-export",
"pip install django-admin-rangefilter",
"pip install django-select2",
"pip install docutils",
"pip install easy_thumbnails",
"pip install django-mptt",
"pip install reportlab",
"pip install requests",
"pip install svglib",
"django-admin --version",
"pip install selenium==4.22.0"
],
"before_script": [
"cd testapp/app && python manage.py migrate && python manage.py runserver &",
"sleep 3"
],
"addons": {
"chrome": "stable"
},
"env": [
"global={:DJANGO_VERSION=>\"'Django>=2.2,<3.0'\"}={:DJANGO_VERSION=>\"'Django>=3.0,<3.3'\"}={:DJANGO_VERSION=>\"'Django>=4.0'\"}"
],
"script": [
"cd testapp/app && python manage.py test"
],
"branches": {
"only": [
"master",
"feature/e2e-tests",
"debug/tests"
]
},
"sudo": false
}
Loading