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

Commit 5661ac0

Browse files
committed
update travis to match drone
1 parent 9f1dbc7 commit 5661ac0

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
language: python
2+
python:
3+
- "2.7"
4+
- "3.3"
5+
- "3.4"
6+
- "3.5"
7+
- "3.6"
28

3-
install:
4-
- pip install .
5-
- pip install requests coverage flake8
6-
script: test/tests.sh
9+
install: pip install tox
10+
script: tox

0 commit comments

Comments
 (0)