Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Update to datapackage@1.9.2 (#330)
Browse files Browse the repository at this point in the history
* Bump datapackage

* Disable make docs on Travis
  • Loading branch information
roll authored Sep 26, 2019
1 parent e22c6f5 commit b893330
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ install:

script:
- make test
- make docs
# TODO: recover
# - make docs

after_success:
- pip install coveralls
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cffi==1.11.5 # via cryptography
click==6.7 # via datapackage, flask, goodtables, python-dotenv, tableschema, tabulator
contextlib2==0.5.5 # via raven
cryptography==2.2.2
datapackage==1.1.4 # via goodtables
datapackage==1.9.2 # via goodtables
docutils==0.14 # via botocore, statistics
et-xmlfile==1.0.1 # via openpyxl
ezodf==0.3.2 # via goodtables, tabulator
Expand Down

0 comments on commit b893330

Please sign in to comment.