Skip to content

Commit

Permalink
Update python versions in Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
rshipp committed Apr 4, 2018
1 parent 13562d4 commit d7d52c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
install:
- "pip install -r requirements-testing.txt"
- "pip install coveralls"
Expand Down

0 comments on commit d7d52c1

Please sign in to comment.