Skip to content

Commit

Permalink
Merged the crucible branch and Panorama to master
Browse files Browse the repository at this point in the history
  • Loading branch information
earthgecko committed Jul 17, 2016
1 parent 5725e39 commit 9a3beb3
Show file tree
Hide file tree
Showing 51 changed files with 2,013 additions and 6,534 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.pyc
*.swp
*.log
settings.py
dump.rdb
nohup.out
docs/_build/doctrees
__pycache__/
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ install:
- PYTHONPATH= PATH=/home/travis/anaconda/bin:$PATH pip install -r requirements.txt --use-mirrors
- PYTHONPATH= PATH=/home/travis/anaconda/bin:$PATH pip install patsy --use-mirrors
- PYTHONPATH= PATH=/home/travis/anaconda/bin:$PATH pip install msgpack_python --use-mirrors
- cp src/settings.py.example src/settings.py
- pip install pep8 --use-mirrors
script:
- PYTHONPATH= PATH=/home/travis/anaconda/bin:$PATH nosetests -v --nocapture
- pep8 --exclude=migrations --ignore=E501,E251,E265,E402 ./
- pep8 --exclude=migrations --ignore=E501,E251,E265,E402 ./
notifications:
email: false
390 changes: 345 additions & 45 deletions bin/analyzer.d

Large diffs are not rendered by default.

390 changes: 345 additions & 45 deletions bin/boundary.d

Large diffs are not rendered by default.

390 changes: 345 additions & 45 deletions bin/horizon.d

Large diffs are not rendered by default.

390 changes: 345 additions & 45 deletions bin/mirage.d

Large diffs are not rendered by default.

525 changes: 0 additions & 525 deletions bin/redis.conf

This file was deleted.

0 comments on commit 9a3beb3

Please sign in to comment.