Skip to content

Commit

Permalink
BUG #210
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Nov 1, 2019
1 parent 446b485 commit 89a547f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ before_script:
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH=$HOME/miniconda/bin:$PATH
- export PY_ENV=travis-$TRAVIS_PYTHON_VERSION
- conda create -y -n $PY_ENV python=$TRAVIS_PYTHON_VERSION --file=requirements.txt
- conda create -y -n $PY_ENV python=$TRAVIS_PYTHON_VERSION --file=requirements.txt -c prjemian
- source activate $PY_ENV
- which pip
- which python
- which conda
- python --version
- pip install coveralls
- pip install pyRestTable
- which coveralls

# command to run tests
Expand Down

0 comments on commit 89a547f

Please sign in to comment.