Skip to content

Commit

Permalink
Merge pull request #72 from ReadAlongs/dev.no-gpl
Browse files Browse the repository at this point in the history
Dev.no gpl
  • Loading branch information
joanise authored Aug 25, 2021
2 parents 72d3ba8 + 7492b76 commit 6bbbea7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@ before_install:
install:
# Install Python dependencies
- pip3 install -r requirements.txt
# Install Studio
- pip3 install -e .
# Legal check: make sure we don't have or introduce GPL dependencies
- pip3 install pip-licenses
- if pip-licenses | grep -v 'Artistic License' | grep -v LGPL | grep GNU; then echo 'Please avoid introducing *GPL dependencies'; false; fi
# Install testing requirements
- pip3 install -r requirements.dev.txt
- pip3 install coverage
- pip3 install codecov
- pip3 install gunicorn
# Install Studio
- pip3 install -e .

before_script:
- gunicorn readalongs.app:app --bind 0.0.0.0:5000 --daemon
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Flask>=2.0.0
Flask-Cors==3.0.9
Flask-Session==0.3.2
flask-socketio==4.3.2
g2p>=0.5.20210514
g2p>=0.5.20210825
lxml==4.6.3
networkx==2.5
numpy>=1.16.4
Expand Down

0 comments on commit 6bbbea7

Please sign in to comment.