Skip to content

Commit

Permalink
Prepare first release (Serchinastico#6)
Browse files Browse the repository at this point in the history
Prepare for the first release
* Remove antlr hardcoded dependency
* Configure the project to upload it to pypi
* Move test option out of the exported library
* Make the tester return an error code if any test fails
* Update logo and remove sketch
  • Loading branch information
Serchinastico committed Apr 19, 2016
1 parent cc72aad commit cac000a
Show file tree
Hide file tree
Showing 72 changed files with 236 additions and 12,499 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: python
python:
- "2.7"

install: "pip install ."
script: ./tests/tester.py
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,10 @@ KIN is a tool to check whether your project.pbxproj file is correct
##Usage

```
usage: spbxpv.py [-h] [-v] [-t | -f FILE]
Usage: kin yourproject.pbxproj
Verifies the correctness of your project.pbxproj file
optional arguments:
-h, --help show this help message and exit
-v, --verbose prints information on screen
-t, --test run all tests
-f FILE, --file FILE path to your project.pbxproj file
```


[logo]: art/logo.png
[logo]: art/logo.png
10 changes: 1 addition & 9 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. image:: art/logo.png

KIN
===

Expand All @@ -10,12 +8,6 @@ Usage

::

usage: kin [-h] [-v] [-t | -f FILE]
Usage: kin yourproject.pbxproj

Verifies the correctness of your project.pbxproj file

optional arguments:
-h, --help show this help message and exit
-v, --verbose prints information on screen
-t, --test run all tests
-f FILE, --file FILE path to your project.pbxproj file
325 changes: 0 additions & 325 deletions antlr4/BufferedTokenStream.py

This file was deleted.

Loading

0 comments on commit cac000a

Please sign in to comment.