Geos tests (#437)

* fixed the bug for pypy-5.8.0

* cleanup makefile

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

* allow builds to happen when capitalization is used

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

* restore behavior

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

* make makefile default to heroku-16

* test geos libraries

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-08-02 19:59:44 -04:00
committed by GitHub
parent f289984061
commit 2512694df9
4 changed files with 9 additions and 3 deletions
+2
View File
@@ -1,3 +1,5 @@
*.pyc
site
.DS_Store
/.envrc
+1 -1
View File
@@ -1,7 +1,7 @@
# 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)..."
+1
View File
@@ -0,0 +1 @@
django
+5 -2
View File
@@ -1,6 +1,5 @@
#!/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"