Skip to content
This repository was archived by the owner on Mar 18, 2022. It is now read-only.

Commit 64a5fea

Browse files
Sorin Sbarneaagjohnson
Sorin Sbarnea
authored andcommitted
Implemented tox-travis
1 parent e1421ce commit 64a5fea

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.travis.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
language: python
22
python:
33
- 2.7
4+
- 3.5
45
sudo: false
5-
env:
6-
- TOX_ENV=py27-unittest
7-
- TOX_ENV=py27-integration
8-
- TOX_ENV=py35-unittest
9-
- TOX_ENV=py35-integration
10-
- TOX_ENV=lint
11-
#- TOX_ENV=docs
126
install:
13-
- pip install tox
7+
- pip install tox-travis
148
script:
15-
- tox -e $TOX_ENV
9+
- tox
1610
notifications:
1711
slack:
1812
rooms:

tox.ini

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ envlist =
55
lint
66
# docs
77

8+
[tox:travis]
9+
2.7 = py27-unittest, py27-integration, lint
10+
3.5 = py35-unittest, py35-integration
11+
812
[testenv]
913
deps =
1014
-r{toxinidir}/requirements/tests.txt

0 commit comments

Comments
 (0)