Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/refactor'
Browse files Browse the repository at this point in the history
  • Loading branch information
sumpfork committed Nov 21, 2015
2 parents c919913 + fbc456c commit 6aa9c28
Show file tree
Hide file tree
Showing 14 changed files with 1,682 additions and 1,627 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:
- "2.7"
# command to install dependencies
install:
- pip install -U setuptools
- pip install .
# command to run tests
script: nosetests
6 changes: 1 addition & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
include dominion_cards.txt
include dominion_card_extras.txt
include *.png
include card_db/*/*.json
include images/*.png
exclude card_images/*
exclude old_images/*

2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# main package

__version__ = '1.9.1'
__version__ = '2.0'
Loading

0 comments on commit 6aa9c28

Please sign in to comment.