Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TooAngel committed May 27, 2016
1 parent 5303b48 commit 5d93f8d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: python
python:
- "3.5"

install:
- "pip install flake8"
- "pip install flake8-import-order"

script: "flake8 *.py"
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Screeps library

[![Build Status](https://travis-ci.org/TooAngel/python-screeps.svg?branch=master)](https://travis-ci.org/TooAngel/python-screeps)

Library to connect to the screeps API either via REST or websocket.
Example for using the library can be seen at
https://github.com/TooAngel/screeps-cli.
Expand All @@ -9,6 +11,7 @@ https://github.com/TooAngel/screeps-cli.

- `get_me()` Returns the user object for the logged in user
- `console(command)` Sends the command to the console
- `get_memory(path)` Reads the memory

## Websocket
Websocket connection for fetching the console log
Expand Down

0 comments on commit 5d93f8d

Please sign in to comment.