Skip to content

Commit

Permalink
Merge pull request #398 from TheBigBear/TheBigBear-fix-python-interpr…
Browse files Browse the repository at this point in the history
…eter

Fix python interpreter for tests.py
  • Loading branch information
TheBigBear authored Jun 23, 2016
2 parents eb4206a + b3f2382 commit df54d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/tests.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2.7
# -*- coding: utf-8 -*-

import yaml, glob, os
Expand Down

0 comments on commit df54d01

Please sign in to comment.