mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Removed the .travis.yml file
This commit is contained in:
parent
ed9afcb214
commit
48d9dd9f73
1 changed files with 0 additions and 17 deletions
17
.travis.yml
17
.travis.yml
|
@ -1,17 +0,0 @@
|
|||
os: linux
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "pypy"
|
||||
- "pypy3"
|
||||
|
||||
install: pip install -e .
|
||||
before_script: pokedex setup -v
|
||||
script:
|
||||
- py.test
|
||||
- pokedex dump
|
||||
- git --no-pager diff --exit-code pokedex/data/csv/
|
Loading…
Add table
Reference in a new issue