Skip to content

Commit d314a7b

Browse files
authored
Update .travis.yml
1 parent 6312b56 commit d314a7b

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

.travis.yml

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
language: python
2-
python:
3-
- "3.7"
4-
before_install:
5-
# Install Latest version of Miniconda
6-
- wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
7-
- bash miniconda.sh -b -p $HOME/miniconda
8-
- source "$HOME/miniconda/etc/profile.d/conda.sh"
9-
- hash -r
10-
- conda config --set always_yes yes --set changeps1 no
11-
- conda update -q conda
12-
# Useful for debugging any issues with conda
13-
- conda info -a
14-
install:
15-
- conda config --add channels conda-forge
16-
- conda create --yes -n rtbtestenv python=$TRAVIS_PYTHON_VERSION --yes --file requirements.txt
17-
- conda activate rtbtestenv
18-
script:
19-
# your test script goes here
202

3+
jobs:
4+
include:
5+
- python: 3.7
6+
7+
before_install:
8+
- ./tools/travis-before-install.sh
9+
10+
script:
11+
- ./tools/travis-test.sh

0 commit comments

Comments
 (0)