Skip to content

Commit

Permalink
Passed travis-lint, let's see if it expands
Browse files Browse the repository at this point in the history
  • Loading branch information
Lagg committed Oct 21, 2015
1 parent f4f1dc0 commit 6dc817f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1 +1,3 @@
*.pyc
.eggs/
/*.egg-info
19 changes: 19 additions & 0 deletions .travis.yml
@@ -0,0 +1,19 @@
language: python
python:
- '2.7'
- '3.3'
- 'pypy'
env:
global:
- STEAM_API_KEY=$(echo "MTI2Njc1RDNENEJDOUU5QzVBMTBEQjJDMTdDQUNFOTI="|base64 -d)
script: python setup.py test
notifications:
email:
on_success: never
on_failure: change
irc:
channels:
- "chat.freenode.net#optf2"
template:
- "%{repository}/%{branch}#%{commit} by %{author}: %{message} - %{build_url}"
sudo: false

0 comments on commit 6dc817f

Please sign in to comment.