Skip to content

Commit

Permalink
test package install on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Knio committed Mar 25, 2014
1 parent 96560f2 commit add16a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ python:
- "2.7"
- "3.3"
# - "3.4"
# - "pypy"
- "pypy"

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install pytest

# command to run tests, e.g. python setup.py test
script:
- PYTHONPATH=. py.test
- python setup.py sdist --format=zip
- pip install dist/dominate*.zip
- py.test

after_success:
- pip install coveralls coverage
Expand Down

0 comments on commit add16a9

Please sign in to comment.