mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
Travis integration (Add .travis.yml)
This commit is contained in:
parent
d9818c9d23
commit
231ab6216b
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"
|
||||||
|
script: py.test --doctest-modules
|
@ -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