Skip to content

Commit 14af877

Browse files
committed
Other changes for cythonize.
1 parent a3101bc commit 14af877

6 files changed

+7
-8737
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
build/
22
nad2bin*
33
*.obj
4-
*.o
4+
*.o
5+
_proj.c

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ language: python
22

33
sudo: false
44

5-
env:
6-
global:
7-
- DEPENDS="numpy"
8-
95
python:
106
- "2.6"
117
- "2.7"
@@ -14,7 +10,7 @@ python:
1410
- "3.5"
1511

1612
before_install:
17-
- pip install $DEPENDS
13+
- pip install -r requirements-dev.txt
1814
# extra requirements to support Python 2.6
1915
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
2016

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ pyproj
44
Installation
55
------------
66
* clone github repo or download source release at http://python.org/pypi/pyproj.
7+
* If you clone the github repo, you will need (Cython)[http://cython.org/] installed.
78
* python setup.py build
89
* python setup.py install (with sudo if necessary).
910

0 commit comments

Comments
 (0)