Add Travis CI configuration
This commit is contained in:
parent
0809d52e9d
commit
aa558c9ba3
1 changed files with 11 additions and 0 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "2.6"
|
||||||
|
- "2.7"
|
||||||
|
- "3.2"
|
||||||
|
- "3.3"
|
||||||
|
- "3.4"
|
||||||
|
- "nightly"
|
||||||
|
|
||||||
|
# command to run tests
|
||||||
|
script: py.test
|
Loading…
Add table
Add a link
Reference in a new issue