Skip to content

Commit

Permalink
Travis integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbeced committed Jan 6, 2015
1 parent 835771c commit ed296e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ install:
# optimizer_testcase is ignored because it gets blocked in Travis.
# twitter_test is ignored because it requires credentials.
# talib_test is ignored until I get it to work on Travis.
script: nosetests --ignore-files=optimizer_testcase --ignore-files=twitter_test --ignore-files=talib_test
# bitstamp_test is ignored until Bitstamp gets back online.
script: nosetests --ignore-files=optimizer_testcase --ignore-files=twitter_test --ignore-files=talib_test --ignore-files=bitstamp_test
File renamed without changes.
1 change: 1 addition & 0 deletions travis/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
scipy
statsmodels
matplotlib
ws4py
tornado
Expand Down

0 comments on commit ed296e2

Please sign in to comment.