clare
July 13, 2020, 11:03pm
1
Hi,
Here is my build https://travis-ci.com/github/clare/cacophony-api/jobs/360678949/config
I have python3 pytests for a js project (crazy huh?) So I need python3, with pip3 and pytest, but I also need node.js > 10 in order for eslint to work.
Anyone had any luck with this?
Thanks in advance.
Clare
More recent Linux releases (bionic in particular) should have recent versions of Python (via python3, most likely), which may satisfy your needs. See https://packages.ubuntu.com/bionic/python3 (https://packages.ubuntu.com/bionic/python3-minimal ).
If you need a more recent version, then I’d suggest switching to language: python and manage Node.js runtimes with nvm .