We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9818c9 commit 231ab62Copy full SHA for 231ab62
.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"
10
+script: py.test --doctest-modules
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