Skip to content

Commit

Permalink
Merge pull request #180 from dkliban/bindings-test-correction
Browse files Browse the repository at this point in the history
Problem: script that installs bindings is wrong
  • Loading branch information
dkliban committed Jun 20, 2019
2 parents dc27d7d + 5139f33 commit 5274fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/script.sh
Expand Up @@ -54,9 +54,9 @@ if [ "$TEST" = 'bindings' ]; then
fi

./generate.sh pulpcore python
./generate.sh pulpcore python
pip install ./pulpcore-client
pip install ./pulpcore-client
./generate.sh pulp_file python
pip install ./pulp_file-client
python $TRAVIS_BUILD_DIR/.travis/test_bindings.py
exit
fi
Expand Down

0 comments on commit 5274fe3

Please sign in to comment.