Travis integration (Add .travis.yml)

This commit is contained in:
Sergey Tsaplin 2016-08-01 14:16:54 +05:00
parent d9818c9d23
commit 231ab6216b
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"
script: py.test --doctest-modules

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)