Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Update cirrus file
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicaj committed Jan 14, 2019
1 parent 9712c8a commit 415eaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Expand Up @@ -15,7 +15,7 @@ iocage_tests_task:
- python3 -m pip install -U pytest pytest-cov pytest-pep8 pytest-mock mock cython
- mount -t fdescfs null /dev/fd
- git clone https://github.com/freenas/py-libzfs.git /tmp/py-libzfs
- cd /tmp/py-libzfs && ./configure && python3 setup.py install
- cd /tmp/py-libzfs && ./configure && make install PYTHON=/usr/local/bin/python3
install_iocage_script:
- python3 setup.py install
test_script: pytest --zpool=pool

0 comments on commit 415eaee

Please sign in to comment.