-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c0e0457
commit d8260c1
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
language: python | ||
python: | ||
- "2.7" | ||
- "3.4" | ||
- "3.5" | ||
- "pypy" | ||
- "nightly" | ||
# command to install dependencies | ||
install: | ||
- "pip install flake8 pytest ." | ||
# command to run tests | ||
script: | ||
- "py.test tests/" | ||
- "cd snippets && AHEUI=../aheui/aheui.py ./test.sh standard" | ||
sudo: false |
Submodule snippets
updated
12 files
+1 −0 | .gitignore | |
+8 −9 | 99dan/99dan.aheui | |
+72 −0 | 99dan/99dan.out | |
+194 −0 | _tools/aheuilize/actac.js | |
+6 −1 | _tools/aheuilize/aheuilize.html | |
+6 −0 | integer/32bit.aheui | |
+1 −0 | integer/32bit.out | |
+6 −0 | integer/64bit.aheui | |
+1 −0 | integer/64bit.out | |
+5 −0 | standard/default-direction.aheui | |
+1 −0 | standard/default-direction.out | |
+1 −0 | undefined/emptyswap.exitcode |