Skip to content
Snippets Groups Projects
Commit 2b00650c authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

Merge remote-tracking branch 'origin/master'

parents d380d949 2512694d
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