Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
magopian committed Sep 16, 2014
1 parent 00ca5a6 commit 48c842f
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 211 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,5 +1,6 @@
bin/
include/
lib/
local/

.tox/
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
install:
- pip install tox
script:
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1 +1 @@
include README.rst requirements.txt requirements-dev.txt LICENSE
include README.rst LICENSE
5 changes: 0 additions & 5 deletions Procfile

This file was deleted.

198 changes: 0 additions & 198 deletions gorun.py

This file was deleted.

5 changes: 0 additions & 5 deletions gorun_settings.py

This file was deleted.

4 changes: 2 additions & 2 deletions tox.ini
@@ -1,6 +1,6 @@

[tox]
envlist = py26, py27, py33
envlist = py26, py27, py33, py34
toxworkdir = {homedir}/.tox-vecc

[testenv]
commands =
Expand Down

0 comments on commit 48c842f

Please sign in to comment.