10000 Debian packaging: Fixed tests · areski/influxdb-python@1ba6273 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ba6273

Browse files
committed
Debian packaging: Fixed tests
1 parent af58426 commit 1ba6273

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

debian/rules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/make -f
22

33
export PYBUILD_NAME=influxdb
4-
#export PYBUILD_TEST_TOX=1
4+
export PYBUILD_TEST_NOSE=1
5+
export PYBUILD_TEST_ARGS={dir}
56

67
%:
78
dh $@ --with python2,python3 --buildsystem=pybuild

0 commit comments

Comments
 (0)
0