mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-18 16:27:02 +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 ./
|
Loading…
Reference in New Issue
Block a user