Skip to content

Commit

Permalink
add python3.6 to travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Avsecz committed Feb 9, 2017
1 parent 0b6e2fe commit b6f824a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ sudo: required
dist: trusty
python: 3.5
env:
- TOXENV=py35
- TOXENV=py34
- TOXENV=py35
- TOXENV=py36
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y gfortran
Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py34, py35, flake8
envlist = py34, py35, py36, flake8

[testenv:flake8]
basepython=python
Expand All @@ -10,12 +10,11 @@ commands=flake8 concise
basepython =
py34: python3.4
py35: python3.5
py36: python3.6
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/concise
deps =
-r{toxinidir}/requirements_dev.txt
py34: https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0-cp34-cp34m-linux_x86_64.whl
py35: https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0-cp35-cp35m-linux_x86_64.whl
commands =
pip install -U pip
py.test --basetemp={envtmpdir}
Expand Down

0 comments on commit b6f824a

Please sign in to comment.