Skip to content

Commit

Permalink
Updated python versions to run tests on
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Oct 19, 2017
1 parent 568636d commit 3b6eba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ matrix:
script: docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/build
- os: linux
language: python
env: TOXENV=py27,py34,py35,py36
env: TOXENV=py27,py34
install: pip install tox
script: tox
- os: osx
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
project = cflib
envlist = py27,py34,py35,py36
envlist = py27,py34

[testenv]
deps = -rrequirements-dev.txt
Expand Down

0 comments on commit 3b6eba4

Please sign in to comment.