Skip to content

Commit

Permalink
travis FTW
Browse files Browse the repository at this point in the history
  • Loading branch information
tomster committed Feb 11, 2016
1 parent 6898884 commit f79aac3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: python
python: 2.7
sudo: false
env:
- TOX_ENV=py27
install:
- pip install setuptools-git
- pip install tox
before_script: cd application
script:
- tox -e $TOX_ENV
notifications:
irc:
- "irc.freenode.org#pyfidelity"
on_success: change
on_failure: change

0 comments on commit f79aac3

Please sign in to comment.