Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
only build for python>=3.4
  • Loading branch information
leifwalsh committed Aug 27, 2017
1 parent 734d6da commit f2f0f8a
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 @@ -3,11 +3,9 @@

language: python
python:
- 3.6
- 3.5
- 3.4
- 3.3
- 2.7
- 2.6

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -U tox-travis
Expand Down

0 comments on commit f2f0f8a

Please sign in to comment.