Skip to content

Commit

Permalink
Travis integration (Add .travis.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyTsaplin committed Aug 1, 2016
1 parent d9818c9 commit 231ab62
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
install: "pip install pytest"
script: py.test --doctest-modules
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Build Status](https://travis-ci.org/TheAlgorithms/Python.svg)](https://travis-ci.org/TheAlgorithms/Python)
# The Algorithms - Python

### All algorithms implemented in Python (for education)
Expand Down

0 comments on commit 231ab62

Please sign in to comment.