Skip to content

Commit

Permalink
New Python versions in TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
miso-belica committed Nov 17, 2016
1 parent 12cba48 commit 467ab9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6-dev"
- "nightly"
before_install:
# install dependencies for NumPy
- sudo apt-get update -qq
- sudo apt-get install -qq gfortran libatlas-base-dev
- sudo apt-get install -qq python-numpy
- sudo apt-get install -qq pandoc
install:
- pandoc --from=markdown --to=rst README.md -o README.rst
- python setup.py install
- pip install -U pip wheel
- pip install -U --use-wheel pytest pytest-cov
Expand Down

0 comments on commit 467ab9e

Please sign in to comment.