Skip to content

Commit

Permalink
Change python version
Browse files Browse the repository at this point in the history
  • Loading branch information
hallister committed Dec 4, 2013
1 parent cbfca8f commit 61e256b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fitg/tests/fitg_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from nose.tools import ok_

def test_version():
ok_(version_info[0] == 3, "Expected Python version 3.x")
ok_(version_info[0] == 2, "Expected Python version 2.x")

0 comments on commit 61e256b

Please sign in to comment.