Skip to content

Commit

Permalink
update travis.yml (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolharsam authored Dec 10, 2023
1 parent 70b8502 commit a38c5e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ jobs:
- black --check .
- pylint **/*.py --exit-zero
- coverage run --source=api manage.py test --keepdb
- coverage report

after_script:
- export CI_NAME=travis-ci
- export CI_BUILD_NUMBER=$TRAVIS_BUILD_ID
- export CI_BUILD_URL=$TRAVIS_BUILD_WEB_URL
- export CI_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
- export CI_PULL_REQUEST=$TRAVIS_PULL_REQUEST
- coveralls
- curl -sL https://coveralls.io/coveralls-linux.tar.gz | tar -xz && ./coveralls

deploy:
- provider: elasticbeanstalk
Expand Down
1 change: 0 additions & 1 deletion furbaby/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ charset-normalizer==3.3.0
click==8.1.7
colorama==0.4.3
coverage==6.5.0
coveralls==3.3.1
defusedxml==0.7.1
dill==0.3.7
distlib==0.3.7
Expand Down

0 comments on commit a38c5e7

Please sign in to comment.