Skip to content

Commit ce81899

Browse files
authored
refactoring package name, added docs (#17)
1 parent d65baf3 commit ce81899

File tree

316 files changed

+1311
-1206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

316 files changed

+1311
-1206
lines changed

.codecov.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
ignore:
2-
- "influxdb2/domain/*.py"
3-
- "influxdb2/service/*.py"
4-
- "influxdb2_test/*.py"
2+
- "influxdb_client/domain/*.py"
3+
- "influxdb_client/service/*.py"
4+
- "tests/*.py"

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ install:
99
# command to run tests
1010
script:
1111
- ./scripts/influxdb-restart.sh
12-
- pytest influxdb2_test
12+
- pytest tests

README.md

-373
This file was deleted.

0 commit comments

Comments
 (0)