summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2016-09-21Place selenium script and unit tests in live_server_tests dirankitjavalkar
2016-09-21Run the selenium and unit tests separatelyankitjavalkar
2016-09-21- Change path of selenium testsankitjavalkar
- Add to travis
2016-08-12Set correct verbosity level for test.Prabhu Ramachandran
2016-08-12No need to run nosetests again.Prabhu Ramachandran
2016-08-12Merge branch 'master' into test-code-serverPrabhu Ramachandran
2016-08-12Use a tornado based server for the pool server.Prabhu Ramachandran
With the previous XMLRPC based server, an XMLRPC server would respond to a request for an available port. This does not work as the server can only take about 2 simultaneous connections. The server pool now uses a HTTP server via tornado which works extremely well. The django code should not change at all as this is an internal change. This change should make the code server far more robust and work for a very large number of simultaneous users. The http server also has a simple status page to indicate the current load. This will not be correct on OSX due to limitations of the multi-processing Queue implementation on OSX.
2016-08-12Removed --use-mirrors option from pip install in travisprathamesh
2016-07-09updated travis settingsprathamesh
2016-07-08Fix Django versions in travis.yml and minor test errorsankitjavalkar
2016-05-27Merge pull request #103 from ankitjavalkar/new-django-travisPrabhu Ramachandran
Update django version in .travis.yml
2016-05-18Update django version in .travis.ymlankitjavalkar
2016-05-12rebase changes and comments changesadityacp
2016-05-12changes in travis.ymladityacp
2015-10-13Fix test casesankitjavalkar
2015-10-09move tests to new dir and modify travis.ymlankitjavalkar
2015-09-15Remove testapp dir, remove reference to testapp in paths, filesankitjavalkar
2015-06-22Fix test cases and code_server importsankitjavalkar
2015-06-17Add .travis.yml fileankitjavalkar