Skip to content
Snippets Groups Projects
Commit 2512694d authored by Kenneth Reitz's avatar Kenneth Reitz Committed by GitHub
Browse files

Geos tests (#437)


* fixed the bug for pypy-5.8.0

* cleanup makefile

Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>

* allow builds to happen when capitalization is used

Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>

* restore behavior

Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>

* make makefile default to heroku-16

* test geos libraries

Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent f2899840
No related branches found
No related tags found
No related merge requests found
*.pyc *.pyc
site site
.DS_Store .DS_Store
/.envrc
# These targets are not files # These targets are not files
.PHONY: tests .PHONY: tests
test: test-cedar-14 test: test-heroku-16
test-cedar-14: test-cedar-14:
@echo "Running tests in docker (cedar-14)..." @echo "Running tests in docker (cedar-14)..."
......
django
\ No newline at end of file
#!/usr/bin/env bash #!/usr/bin/env bash
testPipenv() { testPipenv() {
compile "pipenv" compile "pipenv"
assertCapturedSuccess assertCapturedSuccess
...@@ -17,6 +16,11 @@ testNoRequirements() { ...@@ -17,6 +16,11 @@ testNoRequirements() {
assertCapturedError assertCapturedError
} }
testGEOS() {
BUILD_WITH_GEO_LIBRARIES=1 compile "geos"
assertCaptured "geos"
assertCapturedSuccess
}
testNLTK() { testNLTK() {
compile "nltk" compile "nltk"
...@@ -24,7 +28,6 @@ testNLTK() { ...@@ -24,7 +28,6 @@ testNLTK() {
assertCapturedSuccess assertCapturedSuccess
} }
testSetupPy() { testSetupPy() {
compile "setup-py" compile "setup-py"
assertCaptured "maya" assertCaptured "maya"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment