Skip to content

Commit 9414024

Browse files
committed
Give pip package test stage its own script
1 parent 0309e60 commit 9414024

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- pip install -r requirements.txt
7070
- pip install .
7171
script:
72-
- python integration/rdf.py
72+
- python integration/pip_package.py
7373

7474
# - stage: "Build documentation"
7575
# language: python

integration/pip_package.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import weaviate
2+
3+
x = weaviate.SEMANTIC_TYPE_ACTIONS
4+
print("imported weaviate successfully as package")

0 commit comments

Comments
 (0)