timothycrosley / deprecated.pies

The simplest (and tastiest) way to write one program that runs on both Python 2 and Python 3.
MIT License
148 stars 7 forks source link

.travis.yml: Run py.test, install pies2overrides for py2 #25

Closed msabramo closed 10 years ago

msabramo commented 10 years ago

This makes Travis run the one test that I added in PR #22.

Note that I install a local pies2overrides, as I did in PR #24 for tox, because we should test against the latest version cloned from git; not from PyPI.

msabramo commented 10 years ago

Sample passing Travis CI build:

https://travis-ci.org/msabramo/pies/builds/19509499

timothycrosley commented 10 years ago

Looks good, thanks for all your improvements!