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
|
Loading…
Reference in New Issue
Block a user