Skip to content

Instantly share code, notes, and snippets.

@flenter
Last active August 29, 2015 14:24
Show Gist options
  • Save flenter/87eb0990e898d9cf37b1 to your computer and use it in GitHub Desktop.
Save flenter/87eb0990e898d9cf37b1 to your computer and use it in GitHub Desktop.
environment with tox, python 2.7.9 & 3.4.0
box:
id: ubuntu:trusty
build:
steps:
- install-packages:
packages: python python3 python-pip
- script:
name: python
code: |
python --version
python3 --version
- pip-install:
requirements_file: ""
packages_list: "tox"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment