Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/alexandrainst/danlp into …
Browse files Browse the repository at this point in the history
…add-electra-offensive-model
  • Loading branch information
ophelielacroix committed Feb 16, 2022
2 parents c22e44a + d0814f5 commit 3c79835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,14 +1,12 @@
language: python
python:
- "3.8"
before_install:
# See https://github.com/travis-ci/travis-ci/issues/7940
- sudo rm -f /etc/boto.cfg
cache: pip
install:
- pip install coverage --quiet
- pip install coveralls --quiet
- pip install -r requirements.txt --quiet
- python -c "import nltk; nltk.download('omw-1.4')"
script:
- bash -e tests/build.sh
after_success:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -10,4 +10,4 @@ transformers==4.3.3
srsly==1.0.2
tweepy
allennlp==2.5.0
progressbar
progressbar

0 comments on commit 3c79835

Please sign in to comment.