Skip to content

Commit

Permalink
Change back to python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
CPrescher committed Mar 17, 2019
1 parent 9ac61a6 commit e322d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: python

python:
- 2.7
- 3.7
- 3.6

cache:
pip: true
Expand All @@ -22,7 +22,7 @@ before_install:
./miniconda.sh -b;
fi
fi
- if [ "$TRAVIS_PYTHON_VERSION" == "3.7" ]; then
- if [ "$TRAVIS_PYTHON_VERSION" == "3.6" ]; then
if [ ! -d "/home/travis/miniconda3/bin" ]; then
rm -rf /home/travis/miniconda3;
wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
Expand Down

0 comments on commit e322d06

Please sign in to comment.