Skip to content

Commit bb93248

Browse files
committed
test travis
1 parent 7c28d9b commit bb93248

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
sudo: false
12
language: python
23
python:
34
- "2.7"
45
- "3.5"
56
- "nightly"
6-
script: python -m unittest discover
7+
install: pip install tox-travis
8+
script: tox
79
notifications:
810
irc:
911
channels:

0 commit comments

Comments
 (0)