We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8926cc0 + de86950 commit ccf062aCopy full SHA for ccf062a
.travis.yml
@@ -0,0 +1,10 @@
1
+language: python
2
+python:
3
+ - "2.6"
4
+ - "2.7"
5
+ - "3.2"
6
+ - "3.3"
7
+ - "3.4"
8
+ - "3.5"
9
+install: "pip install pytest pytest-cov"
10
+script: py.test --doctest-modules --cov ./
README.md
@@ -1,3 +1,4 @@
+[](https://travis-ci.org/TheAlgorithms/Python)
# The Algorithms - Python
### All algorithms implemented in Python (for education)
0 commit comments