We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b949b17 + 468a3dd commit a77d3b6Copy full SHA for a77d3b6
2 files changed
.travis.yml
@@ -5,6 +5,7 @@ before_install:
5
- "sudo apt-get update -qq"
6
install:
7
- "sudo apt-get install -y intltool xmlto desktop-file-utils libcups2-dev"
8
+ - "pip install pytest"
9
script: ./bootstrap && ./configure && make && make check && make distcheck
10
notifications:
11
email: false
Makefile.am
@@ -388,7 +388,7 @@ test-xml-validity.sh: FORCE
388
389
py.test.sh: FORCE
390
echo "#!/bin/bash" > "$@"
391
- echo "exec py.test-3.4" >> "$@"
+ echo "exec ${PYTEST-py.test}" >> "$@"
392
chmod 755 "$@"
393
394
TESTS = test-xml-validity.sh py.test.sh
0 commit comments