diff options
author | Benjamin Denhartog <ben@sudoforge.com> | 2020-12-15 00:26:18 -0700 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2021-03-06 12:39:53 +0100 |
commit | b08dcca160687e54ab0773e44729cfd12e5f0100 (patch) | |
tree | aeee99bc8ace388afcafffbeb1bc86cd04777424 /.travis.yml | |
parent | da7a9643b5d2512b749e711d5af12259f90517b7 (diff) | |
download | wee-slack-b08dcca160687e54ab0773e44729cfd12e5f0100.tar.gz |
feat(ci): use github actions instead of travis-ci
This patch removes the configuration for Travis-CI, and adds
configuration for Github Actions.
Co-authored-by: Ashish Kulkarni <ashish@kulkarni.dev>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5b43ff3..0000000 --- a/.travis.yml +++ /dev/null @@ -1,23 +0,0 @@ -dist: xenial -language: python -python: - - "2.7" - - "3.7" -cache: pip - -install: - - pip install pipenv - - pipenv install --dev --system - -before_script: - # stop the build if there are Python syntax errors or undefined names - - flake8 . - # exit-zero treats all errors as warnings. - - flake8 . --exit-zero --select=C,E,F,W - -script: - - pytest - -notifications: - irc: "chat.freenode.net#wee-slack-dev" - email: false |