summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2017-04-26Update travis.yml file to use test_settings to run testsankitjavalkar
2017-03-09Add coverage:ankitjavalkar
- Add coverage prerequisite to requirements - Add coverage config file - Add coverage command to travis
2017-03-02Modify travis.yml to:ankitjavalkar
- Install dependencies from requirements and use setup.py Modify setup.py to remove selenium from install_requires
2017-03-01Fix selenium tests:ankitjavalkar
- Fix addition of answer to codemirror using selenium - Add custom exception when selenium fails - Add id to logout button on student interface - Fix imports for Python3 support in load_test.py
2017-01-11Remove django 1.8 dependency from travisadityacp
2016-10-03change setup.py with py 3adityacp
2016-10-03changes in travis for python 3adityacp
2016-09-30Update travis.yml fileankitjavalkar
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