-
Notifications
You must be signed in to change notification settings - Fork 310
Conversation
Awesome, looks good to me. |
LGTM. @beaugunderson can you merge with master again? I will merge the PR once you have. |
@inian I'll rebase on I made this a 'work in progress' PR because I wasn't sure if you'd want to change how the settings are setup though (the ones in (The reason being that if a user installs via Edit: I see that many of the variables in |
I fixed |
Yup, all the params in global_params.py can be taken in as command-line params, so that shouldn't be a problem. |
@inian I tried running the tests against current |
@beaugunderson This error |
@inian can you please merge this PR? |
I've rebased to remove conflicts and also verified that tests work:
|
Hey, @beaugunderson. It seems that you didn't set the global params variable UNIT_TEST to 2 or 3. Please check it again. Here is our document. If you keep |
@luongnt95 thanks for explaining how |
Thanks @beaugunderson . It works now |
@beaugunderson Can you remove the package on pypi so that I can update to the latest version of oyente? |
@luongnt95 what's your PyPi username? I'll add you as an owner |
@beaugunderson my username: luongnt. Can you update oyente to the latest version? |
@luongnt95 ok, I've made you an owner and I also published 0.2.0 to PyPi :) |
@beaugunderson Great! |
This is a work-in-progress pull request to add the ability to install oyente from pip with e.g.
pip install oyente
.(We'd like to run oyente on the Augur contracts as part of our test infrastructure and this becomes much easier if we can install oyente using
pip install
.)