mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
Merge pull request #9 from SergeyTsaplin/travis
Travis integration (Add .travis.yml)
This commit is contained in:
commit
ccf062a388
10
.travis.yml
Normal file
10
.travis.yml
Normal 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 ./
|
@ -1,3 +1,4 @@
|
|||||||
|
[![Build Status](https://travis-ci.org/TheAlgorithms/Python.svg)](https://travis-ci.org/TheAlgorithms/Python)
|
||||||
# The Algorithms - Python
|
# The Algorithms - Python
|
||||||
|
|
||||||
### All algorithms implemented in Python (for education)
|
### All algorithms implemented in Python (for education)
|
||||||
|
Loading…
Reference in New Issue
Block a user