Skip to content

Commit

Permalink
point release
Browse files Browse the repository at this point in the history
  • Loading branch information
bennahugo committed Jan 7, 2022
1 parent 2b68999 commit 80e46f6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 4 additions & 1 deletion Jenkinsfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ cd $PROJECTS_DIR/meqtrees-pyxis
IMAGENAME="mtpyxispr"

# build and test
docker build -f .travis/py3.docker -t "${IMAGENAME}36:$BUILD_NUMBER" --no-cache=true .
BUILDTAG=${IMAGENAME}36:$BUILD_NUMBER
docker build -f .ci/py3.6.ubuntu18.04.docker -t "${BUILDTAG}" --no-cache=true .
#BUILDTAG=${IMAGENAME}38:$BUILD_NUMBER
#docker build -f .ci/py3.8.ubuntu20.04.docker -t "${BUILDTAG}" --no-cache=true .
2 changes: 1 addition & 1 deletion Pyxis/bin/ipyxis
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
exec ipython --InteractiveShellApp.exec_lines="[ 'import Pyxis ']" --autocall=2 $*
exec ipython3 --InteractiveShellApp.exec_lines="[ 'import Pyxis ']" --autocall=2 $*
2 changes: 1 addition & 1 deletion Pyxis/recipes/imagers-test/basic_imager_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

import os
Expand Down
2 changes: 1 addition & 1 deletion Pyxis/recipes/meqtrees-batch-test/batch_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

import os
Expand Down

0 comments on commit 80e46f6

Please sign in to comment.