remove pyhon3.6 and fix matrix #71
Merged
Travis CI / Travis CI - Pull Request
succeeded
Jan 2, 2024 in 53s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #71 remove pyhon3.6 and fix matrix.
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 (Xenial) |
Python Versions | 3.7, 3.10-dev |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"python": [
"3.7",
"3.10-dev"
],
"env": [
"jobs={:ODOOVERSION=>\"12.0\", :LINT=>\"false\"}={:ODOOVERSION=>\"13.0\", :LINT=>\"false\"}={:ODOOVERSION=>\"14.0\", :LINT=>\"false\"}={:ODOOVERSION=>\"15.0\", :LINT=>\"false\"}={:ODOOVERSION=>\"16.0\", :LINT=>\"false\"}"
],
"services": [
"postgresql"
],
"addons": {
"postgresql": "9.6",
"apt": {
"packages": [
"python-lxml"
]
}
},
"before_script": [
"if [ \"$LINT\" == false ] ; then pip install invoke pytest \"setuptools<58\" ; fi",
"if [ \"$LINT\" == false ] ; then pip install . ; fi",
"if [ \"$LINT\" == false ] ; then invoke tests.prepare-version \"${ODOOVERSION}\" ; fi",
"if [ \"$LINT\" == true ] ; then pip install flake8 readme_renderer ; fi"
],
"script": [
"if [ \"$LINT\" == false ] ; then OPENERP_SERVER=/tmp/test-anthem-config-${ODOOVERSION}.cfg py.test tests ; fi",
"if [ \"$LINT\" == true ] ; then flake8 anthem tests ; fi"
],
"deploy": [
{
"provider": "pypi",
"skip_existing": true,
"password": "$PYPI_PASSWORD",
"distributions": "sdist bdist_wheel",
"on": {
"repo": "camptocamp/anthem",
"branch": [
"master"
],
"tags": true
},
"username": "$PYPI_USER"
}
],
"jobs": {
"exclude": [
{
"python": "3.10-dev",
"env": [
{
"ODOOVERSION": "11.0",
"LINT": "false"
}
]
},
{
"python": "3.7",
"env": [
{
"ODOOVERSION": "11.0",
"LINT": "false"
}
]
},
{
"python": "3.10-dev",
"env": [
{
"ODOOVERSION": "12.0",
"LINT": "false"
}
]
},
{
"python": "3.7",
"env": [
{
"ODOOVERSION": "12.0",
"LINT": "false"
}
]
},
{
"python": "3.10-dev",
"env": [
{
"ODOOVERSION": "13.0",
"LINT": "false"
}
]
},
{
"python": "3.7",
"env": [
{
"ODOOVERSION": "13.0",
"LINT": "false"
}
]
},
{
"python": "3.10-dev",
"env": [
{
"ODOOVERSION": "14.0",
"LINT": "false"
}
]
},
{
"python": "3.7",
"env": [
{
"ODOOVERSION": "14.0",
"LINT": "false"
}
]
},
{
"python": "3.10-dev",
"env": [
{
"ODOOVERSION": "15.0",
"LINT": "false"
}
]
},
{
"python": "3.7",
"env": [
{
"ODOOVERSION": "15.0",
"LINT": "false"
}
]
},
{
"python": "3.10-dev",
"env": [
{
"ODOOVERSION": "16.0",
"LINT": "false"
}
]
},
{
"python": "3.7",
"env": [
{
"ODOOVERSION": "16.0",
"LINT": "false"
}
]
}
],
"include": [
{
"python": "3.7",
"env": [
{
"LINT": "true"
}
]
}
]
}
}
Loading