Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 7, 2015
1 parent ed212d7 commit 62d1c9f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
language: python
python:
- "3.4"
- "3.4"
install:
- pip install -r requirements.txt
- pip install coveralls
- pip install -r requirements.txt
- pip install coveralls
script:
- python setup.py unittests
- python setup.py unittests
after_success:
coveralls
- ls _doc/sphinxdoc/source/*
- coveralls --help
- coveralls --verbose

0 comments on commit 62d1c9f

Please sign in to comment.