Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 6ca4c45

Browse files
committed
Add a test script
1 parent 4076cc4 commit 6ca4c45

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ debian/python-influxdb/
1616
debian/python3-influxdb.debhelper.log
1717
debian/python3-influxdb.substvars
1818
debian/python3-influxdb/
19+
*~

test.sh

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env bash
2+
3+
if ! which tox; then
4+
echo "Please install tox using `pip install tox`"
5+
exit 1
6+
fi
7+
8+
tox

0 commit comments

Comments
 (0)