Skip to content

Commit

Permalink
Change how we do tox to get python 2.6 working
Browse files Browse the repository at this point in the history
  • Loading branch information
pts-csheppard committed Apr 30, 2018
1 parent 824788f commit 726b4b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
language: python
python:
- "2.6"
- "2.7"
- "3.5"

sudo: false
install: "pip install -r requirements.txt"
script: tox

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ py==1.4.33
pyparsing==2.2.0
six==1.10.0
tox==2.7.0
tox-travis==0.1.0
virtualenv==15.1.0

0 comments on commit 726b4b8

Please sign in to comment.