Skip to content

Commit

Permalink
Fix TravisCI / Tox integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetazzoni committed Sep 19, 2017
1 parent 7906c80 commit 5c609a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: python
python: "2.7"
install: "pip install tox"
python:
- "2.7"
- "3.5"
install: "pip install tox-travis"
script: tox
sudo: false
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ commands = flake8 maestro
deps = flake8

[testenv:py35]
basepython = python3.5
install_command = pip3 install {opts} {packages}

0 comments on commit 5c609a4

Please sign in to comment.