File: travis-install.sh

package info (click to toggle)
python-llfuse 1.3.8%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,204 kB
  • sloc: python: 1,965; ansic: 487; sh: 35; makefile: 19
file content (7 lines) | stat: -rwxr-xr-x 148 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh

set -e

# as long as we test on python 3.4, we need pytest < 5.0
pip install 'pytest<5.0' pytest-catchlog cython sphinx
cython --version