Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
Add Python 3.5 to list of Travis tests
  • Loading branch information
gleitz committed Nov 9, 2015
1 parent b10cf82 commit 428efb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
# command to install dependencies
install: "pip install -r requirements.txt --use-mirrors"
# command to run tests
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pygments==1.5
Pygments==2.0.2
argparse==1.2.1
cssselect==0.7.1
lxml==3.2.4
pyquery==1.2.6
requests==2.0.1
requests-cache==0.4.4
cssselect==0.9.1
lxml==3.4.4
pyquery==1.2.9
requests==2.8.1
requests-cache==0.4.10

0 comments on commit 428efb2

Please sign in to comment.