Skip to content

Commit

Permalink
removing python 3 from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragav Venkatesan (Student) authored and Ragav Venkatesan (Student) committed May 22, 2017
1 parent c12eaee commit 35783f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ sudo: required
language: python

python:
- "2.7"
- "3.3"
- "3.4"
- "2.7"

before_install:
- pip install -r requirements_test.txt
Expand Down

0 comments on commit 35783f6

Please sign in to comment.