Skip to content

Commit 231ab62

Browse files
committed
Travis integration (Add .travis.yml)
1 parent d9818c9 commit 231ab62

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
- "3.2"
6+
- "3.3"
7+
- "3.4"
8+
- "3.5"
9+
install: "pip install pytest"
10+
script: py.test --doctest-modules

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![Build Status](https://travis-ci.org/TheAlgorithms/Python.svg)](https://travis-ci.org/TheAlgorithms/Python)
12
# The Algorithms - Python
23

34
### All algorithms implemented in Python (for education)

0 commit comments

Comments
 (0)