Skip to content

Commit

Permalink
Simple Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhkhuc committed Jul 2, 2017
1 parent 713df95 commit da12a1c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: python
python:
- "2.7"
- "3.6"
script:
- python 0_multiply.py
- 1_linear_regression.py
- 2_logistic_regression.py
- 3_neural_net.py
- 4_modern_neural_net.py
- 5_convolutional_net.py
- 6_lstm.py

0 comments on commit da12a1c

Please sign in to comment.