Skip to content

Commit 0ec3796

Browse files
committed
Looks like Python 3.4 is throwing a "not found" on Travis for now.
1 parent cd1efd1 commit 0ec3796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: python
22
python: 2.7
33
env:
4-
- TOX_ENV=py34
4+
#- TOX_ENV=py34
55
- TOX_ENV=py33
66
- TOX_ENV=py32
77
- TOX_ENV=py27
@@ -12,4 +12,4 @@ install:
1212
script:
1313
- tox -e $TOX_ENV
1414
after_success:
15-
coveralls
15+
coveralls

0 commit comments

Comments
 (0)