summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-01-24 22:20:09 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-01-24 22:20:09 +0100
commitb178279e908476fa8501008d9cef20c8f362dad1 (patch)
tree31bb2bb369b671e0eac5088ddb6299d93678d72e
parent9dc9dab30f80cc734c170c06f59474cb7102c616 (diff)
downloadpsutil-b178279e908476fa8501008d9cef20c8f362dad1.tar.gz
run py2 tests on cirrus
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 6245a0ca..41c58a93 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -6,7 +6,7 @@ freebsd_12_1_py3_task:
install_script:
- pkg install -y python3 gcc py37-pip
script:
- - python3 -m pip install --user setuptools flake8 ipaddress mock
+ - python3 -m pip install --user setuptools
- make clean
- make install
- make test
@@ -22,7 +22,7 @@ freebsd_12_1_py2_task:
install_script:
- pkg install -y python gcc py27-pip
script:
- - python3 -m pip install --user setuptools flake8 ipaddress mock
+ - python2.7 -m pip install --user setuptools ipaddress mock
- make clean
- make install
- make test