Skip to content

Commit 04d764a

Browse files
committed
Cleanup.
1 parent 45b931f commit 04d764a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
language: python
2+
23
python:
34
- "2.7"
45
- "3.6"
6+
57
install:
68
- pip install coveralls
79
- pip install -r requirements.txt
10+
811
script:
912
- coverage run --source=bitstruct setup.py test
1013
- make test-sdist
14+
1115
after_success:
1216
coveralls

0 commit comments

Comments
 (0)