Better project structure

This commit is contained in:
Anthony Sottile 2014-04-12 07:28:25 -07:00
parent f31f092f9b
commit 1746a97e24
52 changed files with 221 additions and 189 deletions

View file

@ -1,13 +1,12 @@
language: python
python:
- 2.6
- 2.7
install: pip install virtualenv
script: make coverage
env: # These should match the tox env list
- TOXENV=py26
- TOXENV=py27
install: pip install tox --use-mirrors
script: tox
# Special snowflake. Our tests depend on making real commits.
before_install:
- git config --global user.name "Travis CI"
- git config --global user.email "user@example.com"