Commit 2512694d authored by Kenneth Reitz's avatar Kenneth Reitz Committed by GitHub

Geos tests (#437)

* fixed the bug for pypy-5.8.0

* cleanup makefile
Signed-off-by: 's avatarKenneth Reitz <me@kennethreitz.org>

* allow builds to happen when capitalization is used
Signed-off-by: 's avatarKenneth Reitz <me@kennethreitz.org>

* restore behavior
Signed-off-by: 's avatarKenneth Reitz <me@kennethreitz.org>

* make makefile default to heroku-16

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