Skip to content

Commit

Permalink
travis: install python 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brutasse committed Oct 18, 2017
1 parent 1c06958 commit 96f16e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: python
python: 3.5
python: 3.6
sudo: false
cache: pip

Expand All @@ -22,6 +22,7 @@ addons:
apt:
packages:
- libcairo2-dev
- python3.3

install:
- pip install tox
Expand Down

0 comments on commit 96f16e0

Please sign in to comment.