Last active
August 29, 2015 14:24
-
-
Save flenter/87eb0990e898d9cf37b1 to your computer and use it in GitHub Desktop.
environment with tox, python 2.7.9 & 3.4.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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