Skip to content

Commit

Permalink
Give pip package test stage its own script
Browse files Browse the repository at this point in the history
  • Loading branch information
fefi42 committed Sep 8, 2020
1 parent 0309e60 commit 9414024
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- pip install -r requirements.txt
- pip install .
script:
- python integration/rdf.py
- python integration/pip_package.py

# - stage: "Build documentation"
# language: python
Expand Down
4 changes: 4 additions & 0 deletions integration/pip_package.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import weaviate

x = weaviate.SEMANTIC_TYPE_ACTIONS
print("imported weaviate successfully as package")

0 comments on commit 9414024

Please sign in to comment.