Skip to content

Commit c199ee2

Browse files
committed
Install python3.4 on Travis.
1 parent 5eacf18 commit c199ee2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ rust:
33
- stable
44
- beta
55
- nightly
6+
sudo: required
7+
dist: trusty
8+
addons:
9+
apt:
10+
packages:
11+
- python3.4
612
before_script:
713
- python3 -m compileall -b pythonlib examples
814
matrix:

0 commit comments

Comments
 (0)