Skip to content

Commit

Permalink
python3: travis environment tweaks
Browse files Browse the repository at this point in the history
Travis CI configuration tweaks for python3 support

partial: vmware#55
  • Loading branch information
hartsock committed Jul 29, 2014
1 parent 2cdf07f commit f9e57fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ before_install:
- pip install -r test-requirements.txt

install:
- python setup.py -q install
- python setup.py install

script: python setup.py test
3 changes: 2 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
contextdecorator
mock
PyYAML>=3.11
testtools>=0.9.34
vcrpy>=1.0.2
vcrpy

0 comments on commit f9e57fd

Please sign in to comment.