Skip to content

Commit

Permalink
updated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Feb 25, 2021
1 parent 53c1639 commit 092ffa1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ python:
- "3.8"
- "3.9"
install:
- pip install ".[test]" . # install package + test dependencies
script: pytest tests/test.py
#- pip install ".[test]" . # install package + test dependencies
- pip install . # install package
script: python tests/test.py
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def read(fname):
extras_require={
'dataframe': ["pandas>=0.18.0"],
'caching': ["requests_cache>=0.4.13"],
'jsonld': ["PyLD>=0.7.2"],
'test': ["pytest"]
'jsonld': ["PyLD>=0.7.2"]
}
)

0 comments on commit 092ffa1

Please sign in to comment.