Add Travis CI configuration
parent
0809d52e9d
commit
aa558c9ba3
@ -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…
Reference in New Issue