Merge pull request #9 from SergeyTsaplin/travis

Travis integration (Add .travis.yml)
This commit is contained in:
Chetan Kaushik 2016-08-02 18:59:37 +05:30 committed by GitHub
commit ccf062a388
2 changed files with 11 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
install: "pip install pytest pytest-cov"
script: py.test --doctest-modules --cov ./

View File

@ -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)