Skip to content

Commit

Permalink
#1 - added pytest.ini and made pyarango version less strict
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaiah committed Jun 23, 2021
1 parent 63163a6 commit bbf7dc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# pytest.ini
[pytest]
minversion = 6.0
addopts = -v
testpaths =
tests
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
lowball
pyarango==1.3.5
pyarango>=1.3.5

0 comments on commit bbf7dc0

Please sign in to comment.