Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfreckleton committed Nov 24, 2015
1 parent abcefe8 commit 0ed835f
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"

install: "pip install -r requirements.txt"
script: py.test
8 changes: 8 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Continuous Integration Tutorial #

- ~~Hello World~~
- [pep8](https://pypi.python.org/pypi/pep8)
- [doit](http:https://pydoit.org/)
- [pylint](https://pypi.python.org/pypi/pylint/1.4.4)
- [py.test](http:https://pytest.org/latest/)
- Deployment?
Binary file added continuous-integration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
py.test>=2.8.3
2 changes: 2 additions & 0 deletions test_ci.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def test_failure():
assert False

0 comments on commit 0ed835f

Please sign in to comment.