Skip to content

Commit

Permalink
Fix tox-travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
brechtm committed Jun 23, 2017
1 parent e1dbd78 commit a29d25b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Expand Up @@ -3,11 +3,12 @@ language: python
sudo: false

python:
- '2.7'
- '3.2'
- '3.3'
- '3.4'
- '3.5'
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
- 3.6

install:
- pip install tox-travis "virtualenv<14.0.0"
Expand Down
9 changes: 0 additions & 9 deletions tox.ini
Expand Up @@ -2,15 +2,6 @@
envlist = py27,py32,py33,py34,py35,py36
# Note that py32 depends on virtualenv < 14.0.0

[travis]
python =
2.7 = py27
3.2 = py32
3.3 = py33
3.4 = py34
3.5 = py35
3.6 = py36

[testenv]
deps = nose
changedir = {envtmpdir}
Expand Down

0 comments on commit a29d25b

Please sign in to comment.