Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
M0hammadL committed Feb 22, 2019
1 parent 85bcdaa commit 1a1f77e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
language: python
dist: xenial
cache: pip
python:
- "3.6"

install:

- pip install flit future-fstrings
- flit install
- pip install scanpy

script:
- PYTHONPATH=. pytest

0 comments on commit 1a1f77e

Please sign in to comment.