Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
update travis build to install neo-python rather than just requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
localhuman committed Aug 23, 2018
1 parent b537fc8 commit f093f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -27,7 +27,7 @@ script:
- git clone https://github.com/CityOfZion/neo-python.git
- cd neo-python
- git checkout origin/development -b development
- pip install -r requirements.txt
- pip install -e .
- yes | pip uninstall neocore
- pip install -e ../
- python -m unittest discover neo
Expand Down

0 comments on commit f093f8a

Please sign in to comment.