Skip to content

Commit

Permalink
Merge pull request #305 from moorepants/travis-python-35
Browse files Browse the repository at this point in the history
Test against Python 3.5 on Travis
  • Loading branch information
moorepants committed Dec 26, 2015
2 parents e786751 + 7e9b3e3 commit aef797d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ python:
- 2.7
- 3.3
- 3.4
- 3.5
before_install:
- sudo apt-get update
- wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b -p $HOME/miniconda
- export PATH=/home/travis/miniconda/bin:$PATH
- conda config --set always_yes yes --set changeps1 no
- conda config --add channels pydy
- conda update -q conda
install:
- sudo apt-get install phantomjs
Expand Down

0 comments on commit aef797d

Please sign in to comment.