Skip to content

Commit

Permalink
Add Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Oct 20, 2016
1 parent c7c1f66 commit 8a6fc76
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: python
sudo: false
python:
- "3.5"

install:
- pip install cesium pytest

script:
- PYTHONPATH=. py.test

notifications:
email: false

0 comments on commit 8a6fc76

Please sign in to comment.