Skip to content

Commit

Permalink
setup.py to pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Jan 27, 2023
1 parent 6bd8454 commit 5e130fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions ci/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ echo "Run the tests"
# Change into an innocuous directory and find tests from installation
mkdir for_testing
cd for_testing
# We need the setup.cfg for the pytest settings
cp ../setup.cfg .

# No figure windows for mpl; quote to hide : from travis-ci yaml parsing
echo "backend : agg" > matplotlibrc
if [ "$COVERAGE" == "1" ] || [ "$COVERAGE" == true ]; then
Expand Down
4 changes: 1 addition & 3 deletions ci/travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ fi

# Install and test FURY
cd ${TRAVIS_BUILD_DIR}
python3 setup.py install
pip install .
# Change folder
mkdir for_testing
cd for_testing
# We need the setup.cfg for the pytest settings
cp ../setup.cfg .
python3 -c "import fury; print(fury.__version__)"
error_code=0

Expand Down

0 comments on commit 5e130fd

Please sign in to comment.