Skip to content

Commit

Permalink
Move flit check to appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 27, 2017
1 parent 5d27117 commit 5324e5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -7,12 +7,10 @@ python:

# Install dependencies
install:
- pip install tornado ptyprocess flit
- pip install tornado ptyprocess

# command to run tests
script:
- py.test
- flit install --symlink
script: py.test

# Enable new Travis stack, should speed up builds
sudo: false
3 changes: 2 additions & 1 deletion appveyor.yml
Expand Up @@ -23,6 +23,7 @@ install:
# Install dependencies
# update path to use installed pip and py.test
- set PATH=%PYTHON%\\scripts;%PATH%
- 'pip install tornado pywinpty pytest'
- 'pip install tornado pywinpty pytest flit'
test_script:
- 'py.test'
- 'flit install'

0 comments on commit 5324e5c

Please sign in to comment.