Skip to content

Commit d5e1a08

Browse files
author
İsmail Taşdelen
authored
Merge pull request #1 from pyscript/travis-yml-file
adding travis version control to linux setting tool
2 parents 054e9b1 + 1a79e0f commit d5e1a08

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: python
2+
python:
3+
- "3.4"
4+
- "3.5"
5+
- "3.6"
6+
# command to install dependencies
7+
install:
8+
- pip install .
9+
# command to run tests
10+
script:
11+
- pytest tests/*.py

0 commit comments

Comments
 (0)