Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Commit

Permalink
Fix travis configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfreddd committed Aug 1, 2016
1 parent 9c91b98 commit e7291d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
install:
- pip install unittest2 flake8 --use-mirrors
- pip install unittest2 flake8
- pip install coveralls
- pip install requests
- pip install requests_mock
Expand Down

0 comments on commit e7291d2

Please sign in to comment.