Skip to content

Commit

Permalink
add travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
apetri committed Feb 15, 2016
1 parent 4ab1722 commit e22ffd3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python:
- "2.7"

script: pwd

install:
- pip install -i https://testpypi.python.org/pypi lenstools

virtualenv:
system_site_packages: true

0 comments on commit e22ffd3

Please sign in to comment.