Skip to content

Instantly share code, notes, and snippets.

@avaris
Created April 6, 2013 20:44
Show Gist options
  • Save avaris/5327562 to your computer and use it in GitHub Desktop.
Save avaris/5327562 to your computer and use it in GitHub Desktop.

code to test:

mkvirtualenv -p python3.3 pelican-py3-test
pip install -e git+https://github.com/dmdm/smartypants#egg=smartypants
git clone git@github.com:avaris/pelican.git -b 3.3-tests ~/src/pelican-py3-test
cd ~/src/pelican-py3-test/
pip install -r dev_requirements.txt
python setup.py develop
pip uninstall feedgenerator
pip install -e git+https://github.com/dmdm/feedgenerator-py3k#egg=feedgenerator-1.5
python -m unittest discover

test output:

$ python -m unittest discover
...................................ss................................ssss..........
----------------------------------------------------------------------
Ran 83 tests in 2.517s

OK (skipped=6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment