Skip to content

Commit

Permalink
Fix 2.6 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrippa committed May 24, 2015
1 parent e727bb2 commit e7c6151
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ matrix:
env: TOXENV=py26

- python: 2.7
env: TOXENV=py26
env: TOXENV=py27

- python: 3.3
env: TOXENV=py33
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[tox]
envlist = py26, py27, py33, py34

[testenv:py26]
install_command = pip install --no-use-wheel {opts} {packages}

[testenv]
deps=pytest>=pytest-2.2
commands = py.test tests
Expand Down

0 comments on commit e7c6151

Please sign in to comment.