Skip to content

Commit ccf062a

Browse files
Merge pull request #9 from SergeyTsaplin/travis
Travis integration (Add .travis.yml)
2 parents 8926cc0 + de86950 commit ccf062a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Diff for: .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 pytest-cov"
10+
script: py.test --doctest-modules --cov ./

Diff for: 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)