mirror of
https://github.com/wassname/segpy.git
synced 2026-07-18 12:40:24 +08:00
Add a .travis.yml file for Travis CI setup
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.4"
|
||||
# command to install dependencies
|
||||
install:
|
||||
- "pip install -r requirements.txt"
|
||||
# command to run tests
|
||||
script: nosetests
|
||||
Reference in New Issue
Block a user