Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Commit 269f1c4

Browse files
author
Pedro Salgado
committed
added travis-ci file
1 parent 87b318e commit 269f1c4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: python
2+
python: 2.7
3+
sudo: yes
4+
5+
install:
6+
- pip install tox
7+
8+
script:
9+
- tox -e travis

0 commit comments

Comments
 (0)