Skip to content

Commit

Permalink
Support all python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
saketkc committed May 28, 2016
1 parent 012bd62 commit 680d743
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: python

env:
- "2.6"
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch

sudo: false

Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ dependencies:
- entrypoints=0.2.1=py27_0
- enum34=1.1.6=py27_0
- expat=2.1.0=1
- flake8=2.5.1=py27_0
- fontconfig=2.11.1=2
- freetype=2.6.3=0
- functools32=3.2.3.2=py27_1
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ cycler==0.10.0
decorator==4.0.9
docutils==0.12
enum34==1.1.6
flake8==2.5.1
functools32==3.2.3.post2
future==0.15.2
imagesize==0.7.1
Expand Down

0 comments on commit 680d743

Please sign in to comment.