Commit b80b9d75 authored by Mark Peek's avatar Mark Peek

Running install for travis-ci is a good thing

parent 672740c2
...@@ -5,6 +5,7 @@ python: ...@@ -5,6 +5,7 @@ python:
install: install:
- pip install --use-mirrors pep8 pyflakes - pip install --use-mirrors pep8 pyflakes
- pip install --use-mirrors cython - pip install --use-mirrors cython
- python setup.py install
before_script: before_script:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then 2to3 -n -w --no-diffs troposphere; fi - if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then 2to3 -n -w --no-diffs troposphere; fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment