summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* clarify how to setup a virtual env and run a small number of tests (#1360)Christopher Wilcox2018-04-081-0/+5
|
* Remove all uses of nose from the codebaseAlex Chan2017-08-091-1/+1
|
* Fix GAE_PYTHONPATH error in MakefileJon Wayne Parrott2016-09-101-1/+1
|
* Error if GAE_PYTHONPATH is not set when running make test-gaeJon Wayne Parrott2016-09-101-0/+3
|
* Moving docs creation into toxJon Wayne Parrott2016-06-281-3/+14
|
* Nuke the dist/ dir on make cleanAndrey Petrov2015-12-141-2/+1
|
* Rough stab at App Engine environment tests.Jon Wayne Parrott2015-06-011-0/+3
| | | | | | | | | | * Added test/appengine, containing some code to step the sandbox version of httplib/socket/urllib. * Added test_urlfetch.py, checking the URLFetch is used when making http and https requests (not sure if this is the desired behavior at the moment). * Added GAE environment to tox, currently requires you to set your PYTHONPATH=~/google-cloud-sdk/platform/google_appengine. Travis should test for this. To run tests locally, just install the cloud sdk (cloud.google.com/sdk) and set the python path as above, then run tox -e gae. I can add more tests to cover situations where sockets are enabled, but I just wanted to get something basic out here to open the dialog.
* Nuke build on clean.Andrey Petrov2015-04-211-0/+1
|
* Packaging: Tweaking MANIFEST.in to add missing files.Andrey Petrov2014-08-061-0/+1
| | | | Fixes #440, I hope?
* Dont fail if there's no file to be removed.Kevin Burke2014-07-051-1/+1
|
* Update docs requirements and remove it from dev requirements to speed up ↵Andrey Petrov2014-06-241-3/+7
| | | | travisci.
* Simplify Makefile and update README.rstAndrey Petrov2014-06-241-15/+15
|
* Release target.Andrey Petrov2014-06-241-1/+1
|
* release.shAndrey Petrov2014-06-241-0/+3
|
* Release bash file?Andrey Petrov2014-06-241-12/+0
|
* Adding release process (WIP).Andrey Petrov2014-06-241-5/+17
|
* Shuffling around requirements file, adding Makefile.Andrey Petrov2014-06-241-0/+40