We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0309e60 commit 9414024Copy full SHA for 9414024
.travis.yml
@@ -69,7 +69,7 @@ jobs:
69
- pip install -r requirements.txt
70
- pip install .
71
script:
72
- - python integration/rdf.py
+ - python integration/pip_package.py
73
74
# - stage: "Build documentation"
75
# language: python
integration/pip_package.py
@@ -0,0 +1,4 @@
1
+import weaviate
2
+
3
+x = weaviate.SEMANTIC_TYPE_ACTIONS
4
+print("imported weaviate successfully as package")
0 commit comments