Skip to content

Commit f490436

Browse files
Merge pull request #305 from neutrons/reinstate_py27
Reinstate Py2.7 in CI/CD
2 parents a93ea8c + df3cb61 commit f490436

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.travis.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ cache:
1010

1111
matrix:
1212
include:
13+
- os: linux
14+
env: CONDA=2.7
1315
- os: linux
1416
env: CONDA=3.6.7
1517

@@ -34,14 +36,10 @@ install:
3436
- conda config --set always_yes yes --set changeps1 no --set anaconda_upload no
3537
- conda config --add channels conda-forge --add channels marshallmcdonnell --add channels mantid --add channels mantid/label/nightly
3638

37-
# Install mamba
38-
- conda install mamba -c conda-forge
39-
- mamba update mamba -c conda-forge
40-
4139
script:
4240
# TEST: Create test environment
43-
- mamba create -q -n addie_test python=$CONDA mantid-workbench>=4.2 --file requirements.txt --file requirements-dev.txt
44-
- mamba info --envs
41+
- conda create -q -n addie_test python=$CONDA mantid-workbench>=4.2 --file requirements.txt --file requirements-dev.txt
42+
- conda info --envs
4543
- conda activate addie_test
4644
- python --version
4745

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ pytest
44
pytest-mpl
55
pytest-qt
66
simplejson
7+
typing

0 commit comments

Comments
 (0)