mirror of
https://github.com/nikdoof/django-eveigb.git
synced 2025-12-13 03:32:16 +00:00
Replace Wercker with Travis.
This commit is contained in:
@@ -3,7 +3,7 @@ Django-EVEIGB
|
||||
|
||||
This library/application allows you to make use of EVE's in-game browser and most of the features available within it.
|
||||
|
||||
[](https://app.wercker.com/project/bykey/16ffeb1803105ce6f5c5209d67104211)
|
||||
[](https://travis-ci.org/nikdoof/django-eveigb)
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
14
wercker.yml
14
wercker.yml
@@ -1,14 +0,0 @@
|
||||
box: wercker/python
|
||||
# Build definition
|
||||
build:
|
||||
# The steps that will be executed on build
|
||||
steps:
|
||||
# A step that executes `pip install` command
|
||||
- pip-install
|
||||
|
||||
# A custom script step, name value is used in the UI
|
||||
# and the code value contains the command that get executed
|
||||
- script:
|
||||
name: run unit tests
|
||||
code: |
|
||||
python manage.py test -v2 eveigb
|
||||
Reference in New Issue
Block a user