Add travis-ci script
This commit is contained in:
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
language: python
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
python:
|
||||
- 2.7
|
||||
- 3.3
|
||||
- 3.4
|
||||
- "nightly"
|
||||
|
||||
script:
|
||||
- py.test
|
||||
Reference in New Issue
Block a user