• This project
    • Loading...
  • Sign in

public_service / public_sdk_ios

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • public_sdk_ios
  • mod-pbxproj-master
  • .travis.yml
  • xuguohong's avatar
    update 0712 · 9e1ed566
    9e1ed566 Browse Files
    xuguohong authored 2017-07-12 17:43:39 +0800
.travis.yml 159 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
sudo: false

language: python
python:
    - "2.7"

# command to install dependencies
install: "pip install ."

# command to run tests
script: nosetests tests/*