mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Configure Travis CI.
This commit is contained in:
parent
bb51110b3e
commit
c3d4887a36
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
script: make test
|
||||
install:
|
||||
- python setup.py -q install
|
Loading…
Reference in New Issue
Block a user