Skip to content

Commit

Permalink
fix dependencies issue for travis builds
Browse files Browse the repository at this point in the history
 - added requirements file
 - added install section in travis-ci
  • Loading branch information
krishnaprasanthg committed Oct 9, 2018
1 parent 749d39b commit ba49ea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: python
python:
- "3.6"
script: python .travis.py
install: pip install -r requirements.txt
script: python .travis.py
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jsonschema==2.6.0

0 comments on commit ba49ea4

Please sign in to comment.