Skip to content

Commit

Permalink
More travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinus committed Feb 3, 2015
1 parent 436a977 commit 28dfadd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: python
python:
- "2.7"
install:
- pip install -r requirements.txt --allow-external
- sudo apt-get install python-opencv libopencv-dev libgoogle-glog-dev libatlas-base-dev libeigen3-dev libsuitesparse-dev libboost-python-dev python-pyexiv2
- pip install -r requirements.txt
script:
- python setup.py build_clib
- python setup.py build_ext --inline
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Structure from Motion library written in Python on top of OpenCV.

* [OpenCV][]
* [Ceres Solver][]
* [boost-python][]
* [Boost Python][]
* [NumPy][], [SciPy][], networkx, PyYAML, exifread

### Installing dependencies on MacOSX
Expand Down Expand Up @@ -74,4 +74,4 @@ An example dataset is available at `data/berlin`.
[NumPy]: http://www.numpy.org/ (Scientific computing with Python)
[SciPy]: http://www.scipy.org/ (Fundamental library for scientific computing)
[Ceres solver]: http://ceres-solver.org/ (Library for solving complicated nonlinear least squares problems)
[boost-python]: http://www.boost.org/
[Boost Python]: http://www.boost.org/
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ PyYAML
numpy
exifread
gpxpy
pyexif2

0 comments on commit 28dfadd

Please sign in to comment.