mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-22 05:37:36 +00: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 @@
|
||||
[](https://travis-ci.org/TheAlgorithms/Python)
|
||||
# The Algorithms - Python
|
||||
|
||||
### All algorithms implemented in Python (for education)
|
||||
|
Loading…
x
Reference in New Issue
Block a user