Skip to content

Commit fb361c5

Browse files
committed
travis
1 parent adb2117 commit fb361c5

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
sudo: false
2+
language: python
3+
python:
4+
- 3.4
5+
- 3.5
6+
- 3.6
7+
- 3.7-dev
8+
9+
install:
10+
- pip install cryptography
11+
12+
script:
13+
- MYSQL_TEST_LOGIN_FILE=`pwd`/test.mylogin.cnf python myloginpath.py

test.mylogin.cnf

208 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)