Skip to content

Commit

Permalink
use p35 locally, p34 on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
perrette committed Oct 9, 2018
1 parent 01b5b88 commit 0d7941f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python:
- "2.7"
- "3.4"
install: pip install tox-travis
script: tox
script: tox -e p27 -e p34
addons:
apt:
packages:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py27, py34
envlist = py27, py35

[testenv]
commands = py.test --cov dimarray tests --cov-report=term
Expand Down

0 comments on commit 0d7941f

Please sign in to comment.