mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 22:44:24 +01:00
Added CI integration with Travis-CI (#226)
Next steps: * Go to https://travis-ci.org/ * Click "Sign in with GitHub" * Click your user icon and click "Accounts" * Enable for CTFd
This commit is contained in:
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- 2.7
|
||||||
|
install:
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
- pip install -r development.txt
|
||||||
|
script:
|
||||||
|
- nosetests
|
||||||
@@ -1,6 +1,7 @@
|
|||||||

|

|
||||||
====
|
====
|
||||||
|
|
||||||
|
[](https://travis-ci.org/isislab/CTFd)
|
||||||
[](https://slack.ctfd.io/)
|
[](https://slack.ctfd.io/)
|
||||||
|
|
||||||
CTFd is a CTF in a can. Easily modifiable and has everything you need to run a jeopardy style CTF.
|
CTFd is a CTF in a can. Easily modifiable and has everything you need to run a jeopardy style CTF.
|
||||||
|
|||||||
Reference in New Issue
Block a user