diff options
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 |