Skip to content

Commit

Permalink
Merge 0490ed4 into 885a0da
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed May 13, 2019
2 parents 885a0da + 0490ed4 commit e83cdec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
sudo: false
language: python
env:
- PYTHON_VERSION=3.7
- PYTHON_VERSION=3.6
before_install:
- wget http://repo.continuum.io/miniconda/Miniconda3-4.6.14-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
Expand All @@ -12,14 +12,14 @@ before_install:
# Update conda itself
- conda update --yes conda
install:
- conda env create -n mds-approximations -f environment.yml python=3.7
- conda install --yes cython nose pep8 flake8 pip
#- if [ ${USE_CYTHON} ]; then conda install --yes -n mds-approximations cython; fi
- conda env create -n mds-approximations -f environment.yml python=3.6
- source activate mds-approximations
- conda install --yes cython nose pep8 flake8 pip
# - if [ ${USE_CYTHON} ]; then conda install --yes cython; fi
- pip install .
- pip install coveralls
script:
- nosetests --with-coverage --cover-package=mdsa
- flake8 setup.py mdsa
after_success:
- coveralls
- coveralls

0 comments on commit e83cdec

Please sign in to comment.