Skip to content

Commit

Permalink
Don't force Python 3.4 on Travis
Browse files Browse the repository at this point in the history
Looking at output like https://travis-ci.org/spotify/luigi/jobs/85983702 implies all tests are currently run using Python 3.4. That's no good.
  • Loading branch information
Erik Bernhardsson committed Oct 18, 2015
1 parent e522938 commit 6f6879a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: python
python: 3.4

jdk: oraclejdk7

Expand Down

0 comments on commit 6f6879a

Please sign in to comment.