Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
enabling parity in pruning mode
  • Loading branch information
ankitchiplunkar committed Aug 29, 2018
1 parent cb29501 commit 875e20d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -18,5 +18,7 @@ before_install:
install:
- travis_retry pip install -e . -r requirements.txt
script:
- python -m pytest -vv tests/infura
- python -m pytest -svv tests/parity
- python -m pytest -vv tests/infura
- python -m pytest -vv tests/parity
after_script:
- pkill -f parity
4 changes: 2 additions & 2 deletions tests/setup/setup_parity.sh
Expand Up @@ -7,5 +7,5 @@ echo "deb [trusted=yes] http://ftp.debian.org/debian testing main" > testing.lis
sudo apt update
sudo apt-get -t testing install libstdc++6
curl -O "https://storage.googleapis.com/ether_sql/export_blocks_mainnet.rlp"
./parity import ./export_blocks_mainnet.rlp --tracing on
(./parity &)
./parity import ./export_blocks_mainnet.rlp --tracing=on --pruning=archive
nohup ./parity --tracing=on --pruning=archive &

0 comments on commit 875e20d

Please sign in to comment.