freebsd_13_py3_task: freebsd_instance: image: freebsd-12-1-release-amd64 env: CIRRUS: 1 install_script: - pkg install -y python3 gcc py37-pip script: - python3 -m pip install --user setuptools - make clean - make install - make test - make test-memleaks - make print-access-denied - make print-api-speed freebsd_11_py2_task: freebsd_instance: image: freebsd-12-1-release-amd64 env: CIRRUS: 1 install_script: - pkg install -y python gcc py27-pip script: - python2.7 -m pip install --user setuptools ipaddress mock - make clean - make install - make test - make test-memleaks - make print-access-denied - make print-api-speed