Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
MOAR FIXES ⛵
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Nov 26, 2014
1 parent 7e6856d commit 30c41ea
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ python:
- '2.7'
- '3.4'
install:
- pip install -r travis-bot/requirements.txt
- pip install -r travis_bot/requirements.txt
script:
- flake8 . | ./travis-bot/travis-bot.py
- flake8 . | ./travis_bot/travis_bot.py
env:
global:
- TRAVIS_BOT_GITHUB_TOKEN=cf451704f2f1d2b1701a7aca7849ce2f8debb09c
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from distutils.core import setup
setup(
name='travis-bot',
packages=['travis-bot'], # this must be the same as the name above
name='travis_bot',
packages=['travis_bot'], # this must be the same as the name above
version='0.1',
description='A simple API call to comment message on PR from Travis',
author='koddsson',
Expand All @@ -10,4 +10,5 @@
download_url='https://github.com/koddsson/travis-github-pr-bot/tarball/0.1',
keywords=['travis', 'bot', 'github'],
classifiers=[],
scripts=['travis_bot/travis_bot.py'],
)
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 30c41ea

Please sign in to comment.