Skip to content

Commit

Permalink
Check syntax in the script
Browse files Browse the repository at this point in the history
  • Loading branch information
joelnb committed Nov 21, 2019
1 parent 333e804 commit 7eb4ac3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,11 +1,13 @@
language: python
python:
- '2.7'
- '3.4'
- '3.7'
cache: pip
install:
- pip install -r requirements.txt
script:
- echo "Running script"
- python -m compileall win_pyxs
deploy:
provider: pypi
user: __token__
Expand Down

0 comments on commit 7eb4ac3

Please sign in to comment.