Skip to content

Commit

Permalink
Travis clenaups:
Browse files Browse the repository at this point in the history
- Add Python 3.4.

- Don't pass deprecated '--use-mirrors' to pip.

- Silence setuptools chatter during test runs.
  • Loading branch information
tseaver committed Feb 27, 2015
1 parent e5e1a4a commit cd2644d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -5,10 +5,11 @@ python:
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
install:
- pip install . --use-mirrors
- pip install .
script:
- python setup.py test -q
- python setup.py -q test -q
notifications:
email: false

0 comments on commit cd2644d

Please sign in to comment.